docs: add instructions for bun package manager (#12182)

This commit is contained in:
Colin McDonnell 2023-08-13 22:18:25 -07:00 committed by GitHub
parent bd9bce8070
commit feba5e742f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
24 changed files with 83 additions and 5 deletions

View File

@ -53,7 +53,7 @@ npm i vant
npm i vant@latest-v2
```
Using `yarn` or `pnpm`:
Using `yarn`, `pnpm`, or `bun`:
```bash
# with yarn
@ -61,6 +61,9 @@ yarn add vant
# with pnpm
pnpm add vant
# with Bun
bun add vant
```
## Quickstart

View File

@ -57,7 +57,7 @@ npm i vant
npm i vant@latest-v2
```
当然,你也可以通过 `yarn``pnpm` 进行安装:
当然,你也可以通过 `yarn``pnpm` `bun` 进行安装:
```bash
# 通过 yarn 安装
@ -65,6 +65,9 @@ yarn add vant
# 通过 pnpm 安装
pnpm add vant
# 通过 bun 安装
bun add vant
```
## 快速上手

View File

@ -11,4 +11,7 @@ yarn add <%= name %>
# 通过 pnpm
pnpm add <%= name %>
# 通过 bun
bun add <%= name %>
```

View File

@ -11,4 +11,7 @@ yarn add <%= name %>
# 通过 pnpm
pnpm add <%= name %>
# 通过 bun
bun add <%= name %>
```

View File

@ -13,6 +13,9 @@ yarn add @vant/area-data
# 通过 pnpm
pnpm add @vant/area-data
# 通过 Bun
bun add @vant/area-data
```
## 使用

View File

@ -32,6 +32,9 @@ yarn add @vant/cli -D
# via pnpm
pnpm add @vant/cli -D
# via Bun
bun add @vant/cli -D
```
Please add the followed config to `package.json` file.

View File

@ -29,6 +29,9 @@ yarn add @vant/cli -D
# 通过 pnpm
pnpm add @vant/cli -D
# 通过 Bun
bun add @vant/cli -D
```
安装完成后,请将以下配置添加到 package.json 文件中

View File

@ -218,7 +218,7 @@ If you need to configure some vite plugins, please create a `vite.config.ts` fil
### build.packageManager
- Type: `'npm' | 'yarn' | 'pnpm'`
- Type: `'npm' | 'yarn' | 'pnpm' | 'bun'`
- Default: `yarn`
`npm` package manager.

View File

@ -220,7 +220,7 @@ module.exports = {
### build.packageManager
- Type: `'npm' | 'yarn' | 'pnpm'`
- Type: `'npm' | 'yarn' | 'pnpm' | 'bun'`
- Default: `yarn`
指定使用的包管理器。

View File

@ -13,6 +13,9 @@ yarn add @vant/compat
# with pnpm
pnpm add @vant/compat
# with Bun
bun add @vant/compat
```
## Usage

View File

@ -11,6 +11,9 @@ yarn add @vant/eslint-config -D
# with pnpm
pnpm add @vant/eslint-config -D
# with Bun
bun add @vant/eslint-config -D
```
## Usage

View File

@ -11,6 +11,9 @@ yarn add @vant/icons
# with pnpm
pnpm add @vant/icons
# with Bun
bun add @vant/icons
```
## Document

View File

@ -13,6 +13,9 @@ yarn add @vant/popperjs
# with pnpm
pnpm add @vant/popperjs
# with Bun
bun add @vant/popperjs
```
## Usage

View File

@ -13,6 +13,9 @@ yarn add @vant/touch-emulator
# with pnpm
pnpm add @vant/touch-emulator
# with Bun
bun add @vant/touch-emulator
```
## 使用指南

View File

@ -13,4 +13,7 @@ yarn add @vant/use
# with pnpm
pnpm add @vant/use
# with Bun
bun add @vant/use
```

View File

@ -19,6 +19,9 @@ yarn add vant@^4 @vant/compat@^1
# Install via pnpm
pnpm add vant@^4 @vant/compat@^1
# Install via Bun
bun add vant@^4 @vant/compat@^1
```
You can also change the version directly in the `dependencies` field of `package.json`, and you will need to reinstall the dependencies after the change.

View File

@ -19,6 +19,9 @@ yarn add vant@^4 @vant/compat@^1
# 通过 pnpm 安装
pnpm add vant@^4 @vant/compat@^1
# 通过 Bun 安装
bun add vant@^4 @vant/compat@^1
```
你也可以直接修改 `package.json``dependencies` 字段中的版本号,修改完成后需要重新安装依赖。

View File

@ -14,7 +14,7 @@ npm i vant
npm i vant@latest-v2
```
Using `yarn` or `pnpm`:
Using `yarn`, `pnpm`, or `bun`:
```bash
# with yarn
@ -22,6 +22,9 @@ yarn add vant
# with pnpm
pnpm add vant
# with Bun
bun add vant
```
### CDN
@ -126,6 +129,9 @@ yarn add unplugin-vue-components -D
# with pnpm
pnpm add unplugin-vue-components -D
# with Bun
bun add unplugin-vue-components -D
```
#### 2. Configure Plugin
@ -235,6 +241,9 @@ yarn add @vant/nuxt -D
# with pnpm
pnpm add @vant/nuxt -D
# with Bun
bun add @vant/nuxt -D
```
#### 2. Add Module

View File

@ -26,6 +26,9 @@ yarn add vant
# 通过 pnpm 安装
pnpm add vant
# 通过 Bun 安装
bun add vant
```
### 通过 CDN 安装
@ -130,6 +133,9 @@ yarn add unplugin-vue-components -D
# 通过 pnpm 安装
pnpm add unplugin-vue-components -D
# 通过 bun 安装
bun add unplugin-vue-components -D
```
#### 2. 配置插件
@ -239,6 +245,9 @@ yarn add @vant/nuxt -D
# 通过 pnpm 安装
pnpm add @vant/nuxt -D
# 通过 Bun 安装
bun add @vant/nuxt -D
```
#### 2. 增加模块

View File

@ -17,6 +17,9 @@ yarn add @vant/use
# with pnpm
pnpm add @vant/use
# with Bun
bun add @vant/use
```
### Demo

View File

@ -17,6 +17,9 @@ yarn add @vant/use
# with pnpm
pnpm add @vant/use
# with Bun
bun add @vant/use
```
### 示例

View File

@ -63,6 +63,9 @@ yarn add @vant/area-data
# with pnpm
pnpm add @vant/area-data
# with Bun
bun add @vant/area-data
```
```ts

View File

@ -65,6 +65,9 @@ yarn add @vant/area-data
# 通过 pnpm
pnpm add @vant/area-data
# 通过 Bun
bun add @vant/area-data
```
```ts

View File

@ -93,6 +93,9 @@ yarn add @vant/area-data
# 通过 pnpm
pnpm add @vant/area-data
# 通过 Bun
bun add @vant/area-data
```
```html