Переглянути джерело

docs: add links to vue-typescript-admin-template (#176)

Chong Guo 6 роки тому
батько
коміт
cf06ba5454
2 змінених файлів з 8 додано та 0 видалено
  1. 4 0
      README-zh.md
  2. 4 0
      README.md

+ 4 - 0
README-zh.md

@@ -12,12 +12,16 @@
12
 
12
 
13
 本项目基于`webpack4`开发,若还想使用`webpack3`开发,请使用该分支[webpack3](https://github.com/PanJiaChen/vue-admin-template/tree/webpack3)
13
 本项目基于`webpack4`开发,若还想使用`webpack3`开发,请使用该分支[webpack3](https://github.com/PanJiaChen/vue-admin-template/tree/webpack3)
14
 
14
 
15
+如果你想使用基于 vue + typescript 的管理后台, 可以看看这个项目: [vue-typescript-admin-template](https://github.com/Armour/vue-typescript-admin-template) (鸣谢: [@Armour](https://github.com/Armour))
16
+
15
 ## 相关项目
17
 ## 相关项目
16
 
18
 
17
 [vue-element-admin](https://github.com/PanJiaChen/vue-element-admin)
19
 [vue-element-admin](https://github.com/PanJiaChen/vue-element-admin)
18
 
20
 
19
 [electron-vue-admin](https://github.com/PanJiaChen/electron-vue-admin)
21
 [electron-vue-admin](https://github.com/PanJiaChen/electron-vue-admin)
20
 
22
 
23
+[vue-typescript-admin-template](https://github.com/Armour/vue-typescript-admin-template)
24
+
21
 写了一个系列的教程配套文章,如何从零构建后一个完整的后台项目:
25
 写了一个系列的教程配套文章,如何从零构建后一个完整的后台项目:
22
 
26
 
23
 - [手摸手,带你用 vue 撸后台 系列一(基础篇)](https://juejin.im/post/59097cd7a22b9d0065fb61d2)
27
 - [手摸手,带你用 vue 撸后台 系列一(基础篇)](https://juejin.im/post/59097cd7a22b9d0065fb61d2)

+ 4 - 0
README.md

@@ -35,12 +35,16 @@ If you want router permission && generate menu by user roles , you can use this
35
 
35
 
36
 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)
36
 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)
37
 
37
 
38
+For `typescript` version, you can use [vue-typescript-admin-template](https://github.com/Armour/vue-typescript-admin-template) (Credits: [@Armour](https://github.com/Armour))
39
+
38
 ## Related Project
40
 ## Related Project
39
 
41
 
40
 [vue-element-admin](https://github.com/PanJiaChen/vue-element-admin)
42
 [vue-element-admin](https://github.com/PanJiaChen/vue-element-admin)
41
 
43
 
42
 [electron-vue-admin](https://github.com/PanJiaChen/electron-vue-admin)
44
 [electron-vue-admin](https://github.com/PanJiaChen/electron-vue-admin)
43
 
45
 
46
+[vue-typescript-admin-template](https://github.com/Armour/vue-typescript-admin-template)
47
+
44
 ### Element-Ui using cdn tutorial
48
 ### Element-Ui using cdn tutorial
45
 
49
 
46
 First find `index.html`([root directory](https://github.com/PanJiaChen/vue-admin-template/blob/element-ui-cdn/index.html))
50
 First find `index.html`([root directory](https://github.com/PanJiaChen/vue-admin-template/blob/element-ui-cdn/index.html))