docs: recommend git clone command

This commit is contained in:
bqy_fe 2021-06-01 13:34:30 +08:00
parent dab54ed457
commit 4ee463d21a
1 changed files with 6 additions and 0 deletions

View File

@ -82,6 +82,12 @@ $$('#props + table tr').reduce((prev, curr) => {
## 快速开始
### 克隆主分支,克隆主要代码,忽略 git-pages 等无关分支
```shell
git clone --single-branch https://github.com/buqiyuan/vite-vue3-lowcode
```
### 安装依赖
```sh