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