mirror of
https://github.com/youzan/vant.git
synced 2025-10-15 23:55:08 +00:00
docs: install with pnpm (#9850)
This commit is contained in:
@@ -2,16 +2,15 @@
|
||||
|
||||
## Install
|
||||
|
||||
#### NPM
|
||||
|
||||
```shell
|
||||
# with npm
|
||||
npm i @vant/eslint-config -D
|
||||
```
|
||||
|
||||
#### YARN
|
||||
# with yarn
|
||||
yarn add @vant/eslint-config -D
|
||||
|
||||
```shell
|
||||
yarn add @vant/eslint-config --dev
|
||||
# with pnpm
|
||||
pnpm add @vant/eslint-config -D
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
Reference in New Issue
Block a user