docs: add mirror repo description (#10382)

This commit is contained in:
neverland 2022-03-13 15:33:08 +08:00 committed by GitHub
parent f95239006c
commit 3c953b47b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,6 +36,16 @@ pnpm dev
- dev 分支对应 Vant 3 版本 ,适用于 Vue 3
- next 分支对应 Vant 4 版本,适用于 Vue 3
### 镜像仓库
如果 GitHub 克隆速度较慢,你也可以直接克隆 Vant 在 gitee 上的[镜像仓库](https://gitee.com/vant-contrib/vant)
```bash
git clone git@gitee.com:vant-contrib/vant.git
```
镜像仓库仅用于加快国内的访问速度,请勿在镜像仓库中提 issue 和 Pull Request。
### 目录结构
Vant 采用 monorepo 进行代码管理,所有子包在 `packages` 目录下: