From 4ee463d21ae36363b3dc61d4bf4002b6889d981a Mon Sep 17 00:00:00 2001 From: bqy_fe <1743369777@qq.com> Date: Tue, 1 Jun 2021 13:34:30 +0800 Subject: [PATCH] docs: recommend git clone command --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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