Vue元素管理模板
English |
具有Element UI,axios,iconfont,权限控制和lint的最小vue管理员模板
现场演示: :
当前版本是在vue-cli上构建的v4.0+ 。如果要使用旧版本,可以将分支切换到 ,它不依赖于vue-cli
构建设置
# clone the project
git clone https://github.com/PanJiaChen/vue-admin-template.git
# enter the project director
Vue元素模板
开发
npm run dev
建造
# build for test environment
npm run build:stage
# build for production environment
npm run build:prod
先进的
# preview the release environment effect
npm run preview
# preview the release environment effect + static resource a
vue管理模板
English |
具有Element UI,axios,iconfont,权限控制和lint的最小vue管理员模板
现场演示: :
当前版本是在vue-cli上构建的v4.0+ 。 如果要使用旧版本,可以将分支切换到 ,它不依赖于vue-cli
构建设置
# clone the project
git clone https://github.com/PanJiaChen/vue-admin-template.git
# enter the project director
电子提示管理员
电子战项目
这是一个基于的vue电子管理项目,是使用从生成的。 有关此项目的文档可在找到。
构建设置
# install dependencies
npm install
# serve with hot reload at localhost:9080
npm run dev
# build electron app for production
npm run build
# lint all JS/Vue component files in `app/src`
npm r