[Doc] update install guide

This commit is contained in:
陈嘉涵
2019-05-26 10:21:17 +08:00
parent 68537de73f
commit 80a7b7cae9
5 changed files with 19 additions and 27 deletions

View File

@@ -31,11 +31,11 @@ vue ui
### 安装
```bash
# npm
# 安装 vant 1.x 稳定版本
npm i vant -S
# yarn
yarn add vant
# 安装 vant 2.0 测试版本
npm i vant@beta -S
```
### 通过 CDN 引入