ethan 093ac7464c update ratio | лет назад: 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.