## 基础运行环境 01. `node 18.15.0` 02. `npm 9.5.0` ## 本地启动项目 01. `npm ci` 02. `npm run start` ## 服务构建项目 01. `npm ci` 02. `npm run build`