mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 01:17:15 +00:00
docs: install with pnpm (#9850)
This commit is contained in:
@@ -4,14 +4,13 @@ Built-in composition APIs of Vant.
|
||||
|
||||
## Install
|
||||
|
||||
#### NPM
|
||||
|
||||
```shell
|
||||
npm i @vant/use -S
|
||||
```
|
||||
# with npm
|
||||
npm i @vant/use
|
||||
|
||||
#### YARN
|
||||
|
||||
```shell
|
||||
# with yarn
|
||||
yarn add @vant/use
|
||||
|
||||
# with pnpm
|
||||
pnpm add @vant/use
|
||||
```
|
||||
|
Reference in New Issue
Block a user