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
+5 -6
View File
@@ -4,16 +4,15 @@
## Install
#### NPM
```shell
# with npm
npm i @vant/markdown-vetur -D
```
#### YARN
# with yarn
yarn add @vant/markdown-vetur -D
```shell
yarn add @vant/markdown-vetur --dev
# with pnpm
pnpm add @vant/markdown-vetur -D
```
## API