Go to file
时启龙 2b83882bb2 fix: 自动化运维-巡检管理下面的常规巡检和巡检指标的新增或编辑里的收起,点击会刷新界面 2024-11-07 18:48:09 +08:00
build fix: 分中心数据不可以编辑删除 2024-09-27 17:27:33 +08:00
dll Initial commit all 2024-08-20 20:11:31 +08:00
packages fix: 处理 iframe 参数兼容性 2024-09-04 18:50:22 +08:00
webs fix: 自动化运维-巡检管理下面的常规巡检和巡检指标的新增或编辑里的收起,点击会刷新界面 2024-11-07 18:48:09 +08:00
.gitignore Initial commit with .gitignore 2024-08-20 20:11:24 +08:00
.pnpm-debug.log Initial commit all 2024-08-20 20:11:31 +08:00
.prettierrc Initial commit all 2024-08-20 20:11:31 +08:00
Jenkinsfile 测试构建2 2024-10-30 20:39:24 +08:00
README.md style: 格式化代码 2024-08-21 09:17:14 +08:00
babel.config.js style: 格式化代码 2024-08-21 09:17:14 +08:00
commitlint.config.js style: 格式化代码 2024-08-21 09:17:14 +08:00
package.json chore: 解决依赖包错 2024-08-29 09:13:22 +08:00
pnpm-lock.yaml chore: 解决 jenkins 报错 2024-08-29 15:25:29 +08:00
pnpm-workspace.yaml style: 格式化代码 2024-08-21 09:17:14 +08:00
postcss.config.js style: 格式化代码 2024-08-21 09:17:14 +08:00
tsconfig.json style: 格式化代码 2024-08-21 09:17:14 +08:00

README.md

下载依赖

pnpm install

开发环境启动

pnpm start:app

生产环境构建

pnpm build:app

代码检测

pnpm lint

代码检测并自动修复

pnpm fix

解决内存溢出问题

pnpm fix-memory-limit