From 7890b2816c93520c9f33dc8c44a51c03ce99d2c3 Mon Sep 17 00:00:00 2001 From: iczer Date: Wed, 1 Jul 2020 22:27:25 +0800 Subject: [PATCH 1/9] Update README.md --- README.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 2b222e2..136c5c5 100644 --- a/README.md +++ b/README.md @@ -25,20 +25,13 @@ | --- | --- | --- | --- | --- | | IE10, Edge | last 2 versions | last 2 versions | last 2 versions | last 2 versions | -## 使用 -克隆项目到本地 +## 使用 bash ```bash $ git clone https://github.com/iczer/vue-antd-admin.git -``` -安装依赖 -```bash $ yarn install -``` -启动 -``` $ yarn serve ``` 更多信息参考 [使用文档](https://iczer.github.io/vue-antd-admin) -## 说明 +## 其它 如有任何疑问或功能需求,欢迎 [Issue](https://github.com/iczer/vue-antd-admin/issues)。 From 7f08145e791f6df4e6021662f2281683efc85ddc Mon Sep 17 00:00:00 2001 From: iczer Date: Wed, 1 Jul 2020 22:31:10 +0800 Subject: [PATCH 2/9] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 136c5c5..c71295b 100644 --- a/README.md +++ b/README.md @@ -26,11 +26,20 @@ | IE10, Edge | last 2 versions | last 2 versions | last 2 versions | last 2 versions | ## 使用 bash +### clone ```bash $ git clone https://github.com/iczer/vue-antd-admin.git +``` +### yarn +```bash $ yarn install $ yarn serve ``` +### or npm +``` +$ npm install +$ npm start +``` 更多信息参考 [使用文档](https://iczer.github.io/vue-antd-admin) ## 其它 From ab8c3308eaf114411255fb0b62e89350edebd187 Mon Sep 17 00:00:00 2001 From: iczer Date: Wed, 1 Jul 2020 22:37:19 +0800 Subject: [PATCH 3/9] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c71295b..2eb7e6a 100644 --- a/README.md +++ b/README.md @@ -42,5 +42,8 @@ $ npm start ``` 更多信息参考 [使用文档](https://iczer.github.io/vue-antd-admin) -## 其它 -如有任何疑问或功能需求,欢迎 [Issue](https://github.com/iczer/vue-antd-admin/issues)。 +## 参与贡献 +我们非常欢迎你的贡献,你可以通过以下方式和我们一起共建 :star2:: +- 在你的公司或个人项目中使用 Vue Antd Admin。 +- 通过 [Issue](https://github.com/iczer/vue-antd-admin/issues) 报告:bug:或进行咨询。 +- 提交 [Pull Request](https://github.com/iczer/vue-antd-admin/pulls) 改进 Admin 的代码。 From f91bfb4893ddc907f1b2fa9371dab25360978426 Mon Sep 17 00:00:00 2001 From: iczer Date: Wed, 1 Jul 2020 22:39:15 +0800 Subject: [PATCH 4/9] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2eb7e6a..c034373 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ | --- | --- | --- | --- | --- | | IE10, Edge | last 2 versions | last 2 versions | last 2 versions | last 2 versions | -## 使用 bash +## 使用 ### clone ```bash $ git clone https://github.com/iczer/vue-antd-admin.git From ae2b73ce6b2717754d60981d688960aac96d94d2 Mon Sep 17 00:00:00 2001 From: iczer Date: Wed, 1 Jul 2020 22:49:26 +0800 Subject: [PATCH 5/9] Update README.en-US.md --- README.en-US.md | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/README.en-US.md b/README.en-US.md index 2b222e2..c7d461a 100644 --- a/README.en-US.md +++ b/README.en-US.md @@ -1,4 +1,4 @@ -简体中文 | [English](./README.en-US.md) +[简体中文](./README.md) | English

Vue Antd Admin

@@ -26,19 +26,24 @@ | IE10, Edge | last 2 versions | last 2 versions | last 2 versions | last 2 versions | ## 使用 -克隆项目到本地 +### clone ```bash $ git clone https://github.com/iczer/vue-antd-admin.git ``` -安装依赖 +### yarn ```bash $ yarn install +$ yarn serve ``` -启动 +### or npm ``` -$ yarn serve +$ npm install +$ npm start ``` 更多信息参考 [使用文档](https://iczer.github.io/vue-antd-admin) -## 说明 -如有任何疑问或功能需求,欢迎 [Issue](https://github.com/iczer/vue-antd-admin/issues)。 +## 参与贡献 +我们非常欢迎你的贡献,你可以通过以下方式和我们一起共建 :star2:: +- 在你的公司或个人项目中使用 Vue Antd Admin。 +- 通过 [Issue](https://github.com/iczer/vue-antd-admin/issues) 报告:bug:或进行咨询。 +- 提交 [Pull Request](https://github.com/iczer/vue-antd-admin/pulls) 改进 Admin 的代码。 From 89222781e8a972d3eb87b4c10df0fbe7f436d415 Mon Sep 17 00:00:00 2001 From: iczer Date: Wed, 1 Jul 2020 22:58:32 +0800 Subject: [PATCH 6/9] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c034373..a2a6d9f 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@
-开箱即用的中后台前端/设计解决方案 - +开箱即用的中后台前端/设计解决方案 +[Ant Design Pro](https://github.com/ant-design/ant-design-pro) 的 Vue 实现版本 [![MIT](https://img.shields.io/github/license/iczer/vue-antd-admin)](https://github.com/iczer/vue-antd-admin/blob/master/LICENSE) [![Dependence](https://img.shields.io/david/iczer/vue-antd-admin)](https://david-dm.org/iczer/vue-antd-admin) From da87fedc2f25b251c5c158acc07c905874c65b4d Mon Sep 17 00:00:00 2001 From: iczer Date: Wed, 1 Jul 2020 23:30:36 +0800 Subject: [PATCH 7/9] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a2a6d9f..4920ff3 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ - 预览地址:https://iczer.gitee.io/vue-antd-admin - 使用文档:https://iczer.github.io/vue-antd-admin - 常见问题:https://iczer.github.io/vue-antd-admin/start/faq.html +- 国内镜像:https://gitee.com/iczer/vue-antd-admin ## 浏览器支持 现代浏览器及 IE10 From 0b78552a5efca1fe7db84837469127e591dc1ef5 Mon Sep 17 00:00:00 2001 From: iczer Date: Wed, 1 Jul 2020 23:37:38 +0800 Subject: [PATCH 8/9] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4920ff3..f5fd723 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@

Vue Antd Admin

- -开箱即用的中后台前端/设计解决方案 + [Ant Design Pro](https://github.com/ant-design/ant-design-pro) 的 Vue 实现版本 +开箱即用的中后台前端/设计解决方案 [![MIT](https://img.shields.io/github/license/iczer/vue-antd-admin)](https://github.com/iczer/vue-antd-admin/blob/master/LICENSE) [![Dependence](https://img.shields.io/david/iczer/vue-antd-admin)](https://david-dm.org/iczer/vue-antd-admin) From 05a1e3215b2c29b922d819ba1c53052266bfa963 Mon Sep 17 00:00:00 2001 From: iczer Date: Thu, 2 Jul 2020 08:37:52 +0800 Subject: [PATCH 9/9] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f5fd723..5418f82 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ $ yarn serve ### or npm ``` $ npm install -$ npm start +$ npm run serve ``` 更多信息参考 [使用文档](https://iczer.github.io/vue-antd-admin)