|
@@ -35,12 +35,16 @@ If you want router permission && generate menu by user roles , you can use this
|
|
|
|
|
|
This project is based on `webpack4` development. If you want to use `webpack3` development, please use this branch [webpack3](https://github.com/PanJiaChen/vue-admin-template/tree/webpack3)
|
|
|
|
|
|
+For `typescript` version, you can use [vue-typescript-admin-template](https://github.com/Armour/vue-typescript-admin-template) (Credits: [@Armour](https://github.com/Armour))
|
|
|
+
|
|
|
## Related Project
|
|
|
|
|
|
[vue-element-admin](https://github.com/PanJiaChen/vue-element-admin)
|
|
|
|
|
|
[electron-vue-admin](https://github.com/PanJiaChen/electron-vue-admin)
|
|
|
|
|
|
+[vue-typescript-admin-template](https://github.com/Armour/vue-typescript-admin-template)
|
|
|
+
|
|
|
### Element-Ui using cdn tutorial
|
|
|
|
|
|
First find `index.html`([root directory](https://github.com/PanJiaChen/vue-admin-template/blob/element-ui-cdn/index.html))
|