mirror of
https://github.com/youzan/vant.git
synced 2025-10-14 15:10:36 +00:00
docs: install with pnpm (#9850)
This commit is contained in:
@@ -4,16 +4,15 @@
|
||||
|
||||
## Install
|
||||
|
||||
#### NPM
|
||||
|
||||
```shell
|
||||
npm i @vant/touch-emulator -S
|
||||
```
|
||||
# with npm
|
||||
npm i @vant/touch-emulator
|
||||
|
||||
#### YARN
|
||||
|
||||
```shell
|
||||
# with yarn
|
||||
yarn add @vant/touch-emulator
|
||||
|
||||
# with pnpm
|
||||
pnpm add @vant/touch-emulator
|
||||
```
|
||||
|
||||
## 使用指南
|
||||
|
Reference in New Issue
Block a user