You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
799 B
Markdown

8 years ago
# vueAdmin-template
8 years ago
8 years ago
> A minimal vue admin template with Element UI & axios & iconfont & permission control & lint
8 years ago
8 years ago
**Live demo:** http://panjiachen.github.io/vueAdmin-template
[中文文档](https://github.com/PanJiaChen/vueAdmin-template/blob/master/README-zh.md)
8 years ago
## Build Setup
``` bash
8 years ago
# Clone project
git clone https://github.com/PanJiaChen/vueAdmin-template.git
# Install dependencies
8 years ago
npm install
8 years ago
# serve with hot reload at localhost:9528
8 years ago
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
```
8 years ago
8 years ago
## Demo
![demo](https://github.com/PanJiaChen/PanJiaChen.github.io/blob/master/images/demo.gif)
8 years ago
## License
[MIT](https://github.com/PanJiaChen/vueAdmin-template/blob/master/LICENSE) license.