mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 19:41:42 +08:00
docs: shoud install vant@next
This commit is contained in:
parent
435c6ee794
commit
569c6daeb0
@ -45,10 +45,10 @@
|
||||
|
||||
```bash
|
||||
# Using npm
|
||||
npm i vant -S
|
||||
npm i vant@next -S
|
||||
|
||||
# Using yarn
|
||||
yarn add vant
|
||||
yarn add vant@next
|
||||
```
|
||||
|
||||
## Quickstart
|
||||
|
@ -42,10 +42,10 @@
|
||||
|
||||
```bash
|
||||
# 通过 npm 安装
|
||||
npm i vant -S
|
||||
npm i vant@next -S
|
||||
|
||||
# 通过 yarn 安装
|
||||
yarn add vant
|
||||
yarn add vant@next
|
||||
```
|
||||
|
||||
## 快速上手
|
||||
|
@ -23,10 +23,10 @@ In the GUI, click on 'Dependencies' -> `Install Dependencies` and add `vant` to
|
||||
|
||||
```bash
|
||||
# Using npm
|
||||
npm i vant -S
|
||||
npm i vant@next -S
|
||||
|
||||
# Using yarn
|
||||
yarn add vant
|
||||
yarn add vant@next
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
@ -25,10 +25,10 @@ vue ui
|
||||
|
||||
```bash
|
||||
# 通过 npm 安装
|
||||
npm i vant -S
|
||||
npm i vant@next -S
|
||||
|
||||
# 通过 yarn 安装
|
||||
yarn add vant
|
||||
yarn add vant@next
|
||||
```
|
||||
|
||||
### 示例工程
|
||||
|
Loading…
x
Reference in New Issue
Block a user