Vue-element-admin
vue-cli + element-ui 后台开发项目 本项目不适合作为后台模板使用,只作为后台解决方案的一种 本方案模板页:模板页
// download files
git clone https://github.com/BiYuqi/vue-element-admin.git
cd vue-element-admin
// install dependencies
npm install
// serve with hot reload at localhost:8080
npm run serve
// build for production with minification
npm run build
// analyze bundle details
npm run analyz
2019.1.6
- 升级webpack4等相关依赖
- 重新配置production打包环境
- 升级vue, vue-loader
- 重写router加载逻辑, 支持纯后台返回, 前端只做校验
- 更新脚手架vue-cli3