mirror of
https://github.com/youzan/vant.git
synced 2025-10-15 15:40:52 +00:00
docs: install with pnpm (#9850)
This commit is contained in:
@@ -2,16 +2,15 @@
|
||||
|
||||
## Install
|
||||
|
||||
#### NPM
|
||||
|
||||
```shell
|
||||
npm i @vant/icons -S
|
||||
```
|
||||
# with npm
|
||||
npm i @vant/icons
|
||||
|
||||
#### YARN
|
||||
|
||||
```shell
|
||||
# with yarn
|
||||
yarn add @vant/icons
|
||||
|
||||
# with pnpm
|
||||
pnpm add @vant/icons
|
||||
```
|
||||
|
||||
## Document
|
||||
|
Reference in New Issue
Block a user