bucket 096a556802 open punishment reward | 6 年 前 | |
---|---|---|
build | 7 年 前 | |
config | 6 年 前 | |
src | 6 年 前 | |
static | 7 年 前 | |
.babelrc | 7 年 前 | |
.editorconfig | 7 年 前 | |
.eslintignore | 7 年 前 | |
.eslintrc.js | 7 年 前 | |
.gitignore | 7 年 前 | |
.postcssrc.js | 7 年 前 | |
LICENSE | 7 年 前 | |
README-zh.md | 7 年 前 | |
README.md | 7 年 前 | |
favicon.ico | 7 年 前 | |
index.html | 6 年 前 | |
package.json | 6 年 前 | |
yarn.lock | 6 年 前 |
A minimal vue admin template with Element UI & axios & iconfont & permission control & lint
Live demo: http://panjiachen.github.io/vueAdmin-template
# Clone project
git clone https://github.com/PanJiaChen/vueAdmin-template.git
# Install dependencies
npm install
# serve with hot reload at localhost:9528
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
If you want router permission && generate menu by user role , you can use this branch permission-control
MIT license.