ELADMIN front-end source code
Backend source code | Front-end source code | |
---|---|---|
github | https://github.com/elunez/eladmin | https://github.com/elunez/eladmin-web |
code cloud | https://gitee.com/elunez/eladmin | https://gitee.com/elunez/eladmin-web |
https://eladmin.vip
https://eladmin.vip/demo
The initial template is based on: https://github.com/PanJiaChen/vue-element-admin
Template documentation: https://panjiachen.github.io/vue-element-admin-site/zh/guide/
Use coupon code: BWHCGLUKKB
to get 6.81% discount, view the introduction
Recommended node version: 12-16
# 配置镜像加速
https://www.ydyno.com/archives/1219.html
# 安装依赖
npm install
# 启动服务 localhost:8013
npm run dev
# 构建生产环境
npm run build:prod
1. When installing dependencies on Linux systems, node-sass may fail to be installed.
Solution:
1. 单独安装:npm install --unsafe-perm node-sass
2. 直接使用:npm install --unsafe-perm
2. Speed up node-sass installation
https://www.ydyno.com/archives/1219.html
Thanks to JetBrains for providing non-commercial open source software development license
Thanks to PanJiaChen for providing the front-end template
Thanks to Moxun boss for providing front-end Crud common components
Thanks to zhy6599 for providing back-end operation and maintenance management related functions.
Thanks to the j.yao.SUSE guy for providing the anonymous interface and Redis current limiting functions.
Thanks to d15801543974 for providing a general query method based on annotations.