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.
tianlinyong
c47ac2299a
|
6 months ago | |
---|---|---|
build | 12 months ago | |
config | 11 months ago | |
src | 8 months ago | |
static | 1 year ago | |
.babelrc | 1 year ago | |
.editorconfig | 1 year ago | |
.env.develop | 12 months ago | |
.eslintignore | 1 year ago | |
.eslintrc.js | 1 year ago | |
.gitignore | 12 months ago | |
.postcssrc.js | 1 year ago | |
.travis.yml | 1 year ago | |
LICENSE | 1 year ago | |
README-zh.md | 1 year ago | |
README.md | 1 year ago | |
favicon.ico | 1 year ago | |
index.html | 1 year ago | |
package.json | 6 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