|
|
лет назад: 8 | |
|---|---|---|
| build | лет назад: 8 | |
| config | лет назад: 8 | |
| src | лет назад: 8 | |
| static | лет назад: 8 | |
| .babelrc | лет назад: 8 | |
| .editorconfig | лет назад: 8 | |
| .eslintignore | лет назад: 8 | |
| .eslintrc.js | лет назад: 8 | |
| .gitignore | лет назад: 8 | |
| .postcssrc.js | лет назад: 8 | |
| LICENSE | лет назад: 8 | |
| README-zh.md | лет назад: 8 | |
| README.md | лет назад: 8 | |
| favicon.ico | лет назад: 8 | |
| index.html | лет назад: 8 | |
| package.json | лет назад: 8 | |
| yarn.lock | лет назад: 8 |
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.