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

|
|
|
|
|
|
+## Related Project
|
|
|
+ [vue-element-admin](https://github.com/PanJiaChen/vue-element-admin)
|
|
|
+
|
|
|
+ [electron-vue-admin](https://github.com/PanJiaChen/electron-vue-admin)
|
|
|
+
|
|
|
+
|
|
|
## License
|
|
|
[MIT](https://github.com/PanJiaChen/vueAdmin-template/blob/master/LICENSE) license.
|