From cf06ba5454a8523ceb0a6782d0c39f179f1db2ce Mon Sep 17 00:00:00 2001 From: Chong Guo Date: Thu, 6 Sep 2018 17:11:11 +0800 Subject: [PATCH] docs: add links to vue-typescript-admin-template (#176) --- README-zh.md | 4 ++++ README.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/README-zh.md b/README-zh.md index 40b946a..bb28c95 100644 --- a/README-zh.md +++ b/README-zh.md @@ -12,12 +12,16 @@ 本项目基于`webpack4`开发,若还想使用`webpack3`开发,请使用该分支[webpack3](https://github.com/PanJiaChen/vue-admin-template/tree/webpack3) +如果你想使用基于 vue + typescript 的管理后台, 可以看看这个项目: [vue-typescript-admin-template](https://github.com/Armour/vue-typescript-admin-template) (鸣谢: [@Armour](https://github.com/Armour)) + ## 相关项目 [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) + 写了一个系列的教程配套文章,如何从零构建后一个完整的后台项目: - [手摸手,带你用 vue 撸后台 系列一(基础篇)](https://juejin.im/post/59097cd7a22b9d0065fb61d2) diff --git a/README.md b/README.md index 5b45d7a..2d3429b 100644 --- a/README.md +++ b/README.md @@ -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))