You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
zhangjiabao
85b451b420
|
10 months ago | |
---|---|---|
build | 10 months ago | |
config | 10 months ago | |
src | 10 months ago | |
static | 11 months ago | |
.babelrc | 11 months ago | |
.editorconfig | 11 months ago | |
.env.develop | 10 months ago | |
.eslintignore | 11 months ago | |
.eslintrc.js | 11 months ago | |
.gitignore | 10 months ago | |
.postcssrc.js | 11 months ago | |
.travis.yml | 11 months ago | |
LICENSE | 11 months ago | |
README-zh.md | 11 months ago | |
README.md | 11 months ago | |
favicon.ico | 11 months ago | |
index.html | 11 months ago | |
package.json | 10 months ago |
README.md
vueAdmin-template
A minimal vue admin template with Element UI & axios & iconfont & permission control & lint
Live demo: http://panjiachen.github.io/vueAdmin-template
Build Setup
# 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
Demo
Extra
If you want router permission && generate menu by user roles , you can use this branch permission-control
Related Project
License
MIT license.
Copyright (c) 2017-present PanJiaChen