jinjianback1.1/README.md

34 lines
799 B
Markdown
Raw Normal View History

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
[中文文档](https://github.com/PanJiaChen/vueAdmin-template/blob/master/README-zh.md)
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-09-15 14:02:03 +08:00
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
## License
[MIT](https://github.com/PanJiaChen/vueAdmin-template/blob/master/LICENSE) license.