-
Vue-admin-template是一款Vue管理模板
资源介绍
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 directory
cd vue-admin-template
# install dependency
npm install
# develop
npm run dev
这将自动打开
建造
# build for test environment
npm run build:stage
# build for