docs: install with pnpm (#9850)

This commit is contained in:
neverland
2021-11-12 17:49:53 +08:00
committed by GitHub
parent c65e336bf6
commit b163d87064
18 changed files with 131 additions and 85 deletions

View File

@@ -4,16 +4,15 @@
## 安装
#### NPM
```shell
npm i @vant/area-data -D
```
# 通过 npm
npm i @vant/area-data
#### YARN
# 通过 yarn
yarn add @vant/area-data
```shell
yarn add @vant/area-data --dev
# 通过 pnpm
pnpm add @vant/area-data
```
## 使用