You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
415 B
415 B
快速启动后端项目:
- 使用
00.auto-config-docker.cmd自动配置docker环境 - 使用
01.migrate-db.cmd迁移数据库 - 使用
80.start-host.cmd启动后端项目
注:请按自己电脑运行速度调整 80.start-host.cmd 文件中的 stime 参数。
快速启动前端项目:
- 使用
91.install-node-module.cmd安装npm依赖 - 使用
99.start-all.cmd启动项目