2017-07-04 10:40:52 +08:00
# vueAdmin-template
2017-06-26 13:38:24 +08:00
2017-09-15 14:02:03 +08:00
> A minimal vue admin template with Element UI & axios & iconfont & permission control & lint
2017-07-04 10:40:52 +08:00
2017-09-15 14:02:03 +08:00
**Live demo:** http://panjiachen.github.io/vueAdmin-template
2017-09-15 14:05:43 +08:00
2017-09-15 14:02:03 +08:00
[中文文档 ](https://github.com/PanJiaChen/vueAdmin-template/blob/master/README-zh.md )
2017-11-01 10:22:13 +08:00
< a target = '_blank' rel = 'nofollow' href = 'https://app.codesponsor.io/link/vMACqConzRGb2TuXvYSosXpP/PanJiaChen/vueAdmin-template' >
< img alt = 'Sponsor' width = '888' height = '68' src = 'https://app.codesponsor.io/embed/vMACqConzRGb2TuXvYSosXpP/PanJiaChen/vueAdmin-template.svg' / >
< / a >
2017-06-26 13:38:24 +08:00
## Build Setup
``` bash
2017-07-04 10:40:52 +08:00
# Clone project
git clone https://github.com/PanJiaChen/vueAdmin-template.git
# Install dependencies
2017-06-26 13:38:24 +08:00
npm install
2017-07-04 10:40:52 +08:00
# serve with hot reload at localhost:9528
2017-06-26 13:38:24 +08:00
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
```
2017-07-04 15:13:02 +08:00
## Demo
![demo ](https://github.com/PanJiaChen/PanJiaChen.github.io/blob/master/images/demo.gif )
2017-09-15 14:02:03 +08:00
2017-10-18 15:28:59 +08:00
## Extra
If you want router permission && generate menu by user role , you can use this branch [permission-control ](https://github.com/PanJiaChen/vueAdmin-template/tree/permission-control )
2017-09-15 14:05:43 +08:00
## Related Project
[vue-element-admin ](https://github.com/PanJiaChen/vue-element-admin )
[electron-vue-admin ](https://github.com/PanJiaChen/electron-vue-admin )
2017-09-15 14:02:03 +08:00
## License
[MIT ](https://github.com/PanJiaChen/vueAdmin-template/blob/master/LICENSE ) license.