mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 10:44:59 +00:00
docs: install with pnpm (#9850)
This commit is contained in:
@@ -3,9 +3,12 @@
|
||||
### 安装
|
||||
|
||||
```bash
|
||||
# 通过 npm 安装
|
||||
npm i <%= name %> -S
|
||||
# 通过 npm
|
||||
npm i <%= name %>
|
||||
|
||||
# 通过 yarn 安装
|
||||
# 通过 yarn
|
||||
yarn add <%= name %>
|
||||
|
||||
# 通过 pnpm
|
||||
pnpm add <%= name %>
|
||||
```
|
||||
|
Reference in New Issue
Block a user