diff --git a/README.md b/README.md index 3136eb2..98eb07f 100644 --- a/README.md +++ b/README.md @@ -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