杜郎俊赏 - dujun.io

开源实例之sish

前言 本篇介绍用 sish 实现内网穿透。了解什么是内网穿透可以参考《开源实例之frp》一文中的介绍。 sish介绍 Open source ngrok/serveo alternative. SSH-based but uses a custom server written in Go. Supports WebSocket tunneling. 服务部署 sish 可以用 Docker 来部署,详见仓库说明。 仓库地址:https://github.com/antoniomika/sish docker pull antoniomika/sish:latest docker run -itd --name sish \ -v ~/sish/ssl:/ssl \ -v ~/sish/keys:/keys \ -v ~/sish/pubkeys:/pubkeys \ --...

2023-04-21

开源实例之Naive Ui Admin

naive-ui-admin-example封面
前言 Naive Ui Admin 是基于 Vue3.0、Vite、 Naive UI、TypeScript 的中后台解决方案,它使用了最新的前端技术栈,并提炼了典型的业务模型,页面,包括二次封装组件、动态菜单、权限校验、粒子化权限控制等功能,它可以帮助你快速搭建企业级中后台项目。 实例地址 http://naive-ui-admin.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务端 Node.js 16 服务器 Nginx 程序 Naive Ui Admin 1.8.1 实例部署 权限要求 具有系统读写权限 已安装 Node.js 已安装 Nginx 安装程序 仓库地址:https://github.com/jekip/naive-ui-admin #克隆仓库 git clone https://github.com/jekip/naive-ui-admin.g...

2023-04-21

开源实例之avue-cli

avue-cli-example封面
前言 avue-cli是基于 vue3 + vite + element plus + avue3 + vue-router + vuex,适配手机、平板、pc 的后台开源免费模板。 实例地址 http://avue-cli.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务端 Node.js 16 服务器 Nginx 程序 avue-cli 3.0.0 实例部署 权限要求 具有系统读写权限 已安装 Node.js 已安装 Nginx 安装程序 官网地址:https://avuejs.com 仓库地址:https://gitee.com/smallweigit/avue-cli #克隆仓库 git clone https://gitee.com/smallweigit/avue-cli.git #安装依赖 npm i #启动(开发) npm run dev #打包...

2023-04-21

开源实例之layui-mini

layui-mini-example封面
前言 layui-mini 是基于Layui编写的一套最简洁、易用的后台框架模板。 实例地址 http://layui-mini.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务器 Nginx 程序 layui-mini 2.0.0 实例部署 权限要求 具有系统读写权限 已安装 Nginx 安装程序 官网地址:http://layuimini.99php.cn 仓库地址:https://gitee.com/zhongshaofa/layuimini 静态资源,用 WEB 服务器代理即可。 实例体验 进入实例深度体验 后记 本实例仅供参考,不定期重置数据。 体验更多开源实例

2023-04-20

开源实例之SCUI

scui-example封面
前言 SCUI 是一个中后台前端解决方案,基于VUE3和elementPlus实现。 使用最新的前端技术栈,提供各类实用的组件方便在业务开发时的调用,并且持续性的提供丰富的业务模板帮助你快速搭建企业级中后台前端任务。 实例地址 http://scui.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务端 Node.js 16 服务器 Nginx 程序 SCUI 1.6.9 实例部署 权限要求 具有系统读写权限 已安装 Node.js 已安装 Nginx 安装程序 仓库地址:https://gitee.com/lolicode/scui 文档地址:https://lolicode.gitee.io/scui-doc #克隆仓库 git clone https://gitee.com/lolicode/scui.git #安装依赖 npm i #启动(开发模式) npm...

2023-04-20

开源实例之EAdmin

eadmin-example封面
前言 EAdmin 是开箱即用的后台UI框架。2.0是开源版本,新版是收费版本,已更名为Eui。 实例地址 http://eadmin.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务端 Node.js 16 服务器 Nginx 程序 EAdmin 2.1.3 实例部署 权限要求 具有系统读写权限 已安装 Node.js 已安装 Nginx 安装程序 官网地址:https://www.eui6.com 仓库地址:https://github.com/suruibuas/eui #启动 serve dist 实例体验 进入实例深度体验 后记 本实例仅供参考,不定期重置数据。 体验更多开源实例

2023-04-20

开源实例之Material Dashboard

material-dashboard-example封面
前言 Material Dashboard is a free Material Bootstrap Admin with a fresh, new design inspired by Google's Material Design. Material Dashboard was built over the popular Bootstrap framework and it comes with a couple of third-party plugins redesigned to fit in with the rest of the elements. 实例地址 http://material-dashboard.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务器 Nginx 程序 Material Dashboard 3.0.5 实例部署 权限要...

2023-04-20

开源实例之BlurAdmin

bluradmin-example封面
前言 AngularJS Bootstrap Admin Panel Framework BlurAdmin是基于 Angular 和 Bootstrap 开发的中后台前端框架。 实例地址 http://bluradmin.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务器 Nginx 程序 BlurAdmin 1.3.1 实例部署 权限要求 具有系统读写权限 已安装 Nginx 安装程序 官网地址:https://akveo.github.io/blur-admin 仓库地址:https://github.com/akveo/blur-admin 搭建示例网站只需要到官网下载压缩包,用 WEB 服务器代理即可。本地开发则需要搭建 Node.js 等环境,详见官网说明。 实例体验 进入实例深度体验 后记 本实例仅供参考,不定期重置数据。 体验更多开源实例

2023-04-20

开源实例之Gentelella

gentelella-example封面
前言 Gentelella Admin is a free to use Bootstrap admin template. This template uses the default Bootstrap 4 styles along with a variety of powerful jQuery plugins and tools to create a powerful framework for creating admin panels or back-end dashboards. Theme uses several libraries for charts, calendar, form validation, wizard style interface, off-canvas navigation menu, text forms, date range, uplo...

2023-04-20

开源实例之ngx-admin

ngx-admin-example封面
前言 ngx-admin is the most popular admin dashboard based on Angular 9+ and Nebular with Eva Design System support. Free and Open Source for personal and commercial purposes. 实例地址 http://ngx-admin.dujun.eu.org 实例配置 配置 描述 系统 Debian 服务器 Nginx 程序 ngx-admin 8.0.0 实例部署 权限要求 具有系统读写权限 已安装 Node.js 已安装 Nginx 安装程序 官网地址:https://akveo.github.io/ngx-admin 仓库地址:https://github.com/akveo/ngx-admin #克隆仓库后安装依赖 npm i #...

2023-04-20

分页: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183