Update contribution.zh-CN.md (#10314)

This commit is contained in:
neverland 2022-02-22 14:25:12 +08:00 committed by GitHub
parent f2c4590902
commit 2d67eb6650
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,8 +21,6 @@
```bash
# 克隆仓库
# 默认为 dev 分支,对应 Vant 3 的代码
# 如果需要在 Vant 2 上进行更改,请基于 2.x 分支进行开发
git clone git@github.com:youzan/vant.git
# 安装依赖
@ -32,6 +30,12 @@ pnpm i
pnpm dev
```
仓库的不同分支对应不同的 Vant 版本,请切换到对应分支进行开发:
- 2.x 分支对应 Vant 2 版本,适用于 Vue 2
- dev 分支对应 Vant 3 版本 ,适用于 Vue 3
- next 分支对应 Vant 4 版本,适用于 Vue 3
### 目录结构
Vant 采用 monorepo 进行代码管理,所有子包在 `packages` 目录下: