docs: update install guide

This commit is contained in:
chenjiahan
2022-02-08 10:49:15 +08:00
committed by neverland
parent 3d3597c214
commit 733a2149d6
4 changed files with 24 additions and 24 deletions
+6 -6
View File
@@ -49,21 +49,21 @@ Vant 是**有赞前端团队**开源的移动端组件库,于 2017 年开源
在现有项目中使用 Vant 时,可以通过 `npm` 进行安装:
```bash
# Vue 2 项目,安装 Vant 2
npm i vant@2
# Vue 3 项目,安装最新版 Vant
npm i vant
# Vue 3 项目,安装 Vant 3
npm i vant@3
# Vue 2 项目,安装 Vant 2
npm i vant@latest-v2
```
当然,你也可以通过 `yarn``pnpm` 进行安装:
```bash
# 通过 yarn 安装
yarn add vant@3
yarn add vant
# 通过 pnpm 安装
pnpm add vant@3
pnpm add vant
```
## 快速上手