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.

43 lines
1.1 KiB
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
8 years ago
8 years ago
[中文文档](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
## Demo
![demo](https://github.com/PanJiaChen/PanJiaChen.github.io/blob/master/images/demo.gif)
8 years ago
## 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)
8 years ago
## Related Project
[vue-element-admin](https://github.com/PanJiaChen/vue-element-admin)
[electron-vue-admin](https://github.com/PanJiaChen/electron-vue-admin)
8 years ago
## License
[MIT](https://github.com/PanJiaChen/vueAdmin-template/blob/master/LICENSE) license.