|
|
|
|
3
|
> A minimal vue admin template with Element UI & axios & iconfont & permission control & lint
|
3
|
> A minimal vue admin template with Element UI & axios & iconfont & permission control & lint
|
4
|
|
4
|
|
5
|
**Live demo:** http://panjiachen.github.io/vueAdmin-template
|
5
|
**Live demo:** http://panjiachen.github.io/vueAdmin-template
|
|
|
6
|
+
|
6
|
[中文文档](https://github.com/PanJiaChen/vueAdmin-template/blob/master/README-zh.md)
|
7
|
[中文文档](https://github.com/PanJiaChen/vueAdmin-template/blob/master/README-zh.md)
|
7
|
|
8
|
|
8
|
## Build Setup
|
9
|
## Build Setup
|
|
|
|
|
25
|
npm run build --report
|
26
|
npm run build --report
|
26
|
```
|
27
|
```
|
27
|
|
28
|
|
28
|
-
|
|
|
29
|
## Demo
|
29
|
## Demo
|
30
|

|
30
|

|
31
|
|
31
|
|
|
|
32
|
+## Related Project
|
|
|
33
|
+ [vue-element-admin](https://github.com/PanJiaChen/vue-element-admin)
|
|
|
34
|
+
|
|
|
35
|
+ [electron-vue-admin](https://github.com/PanJiaChen/electron-vue-admin)
|
|
|
36
|
+
|
|
|
37
|
+
|
32
|
## License
|
38
|
## License
|
33
|
[MIT](https://github.com/PanJiaChen/vueAdmin-template/blob/master/LICENSE) license.
|
39
|
[MIT](https://github.com/PanJiaChen/vueAdmin-template/blob/master/LICENSE) license.
|