1
0
Fork 0

新增初始化教学

Browse Source
This commit is contained in:
王耀泽 2026-05-28 02:58:43 +08:00
parent 2e2efc21a1
commit d6ad51ccfd
1 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,9 @@ git clone https://github.com/yunyun-3782/GoodPlanCraftLaunCher.git
```cmd
cd 项目根文件夹
#初始化项目 node_modules
npm install
#启动 GPCL
npm run start