File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,10 @@ git clone https://github.com/lcui-dev/lcui-quick-start.git
2626# Go into the repository
2727cd lcui-quick-start
2828
29+ # Download submodules
30+ git submodule sync --recursive
31+ git submodule update --init --recursive
32+
2933# Install dependencies
3034npm install
3135
@@ -64,7 +68,6 @@ xmake run app
6468- ` logo.ico ` : Icon file for the Windows executable.
6569- ` tsconfig.json ` : [ TypeScript configuration file] ( https://www.typescriptlang.org/docs/handbook/tsconfig-json.html ) .
6670
67-
6871## License
6972
7073[ CC0 1.0 (Public Domain)] ( LICENSE.md )
Original file line number Diff line number Diff line change 44
55([ English] ( README.md ) /** 中文** )
66
7- ** 克隆并运行以快速查看LCUI的运行方式 。**
7+ ** 克隆并运行以快速查看 LCUI 的运行方式 。**
88
99## 使用
1010
@@ -26,6 +26,10 @@ git clone https://gitee.com/lcui-dev/lcui-quick-start.git
2626# 进入代码库目录
2727cd lcui-quick-start
2828
29+ # 下载 git 子模块
30+ git submodule sync --recursive
31+ git submodule update --init --recursive
32+
2933# 安装依赖
3034npm install
3135
You can’t perform that action at this time.
0 commit comments