From 6a9eb617d05e3cca539b0173f86e5c1a2622a483 Mon Sep 17 00:00:00 2001 From: iczer Date: Wed, 8 Aug 2018 19:07:19 +0800 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c57e047..9e63365 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [预览地址](https://iczer.gitee.io/vue-antd-pro) -![Image text](https://github.com/iczer/vue-antd-admin/blob/master/static/img/preview.jpg) +![](https://github.com/iczer/vue-antd-admin/blob/master/static/img/preview.jpg) ## 环境 * node -- 运行/编译 * yarn -- 依赖管理 @@ -22,6 +22,11 @@ * vue-antd-ui: ^1.0.1 * vue-router: ^3.0.1 ## 安装 +克隆项目到本地: +``` +$ git clone https://github.com/iczer/vue-antd-admin.git +``` +安装依赖: ``` $ yarn install ```