Go to file
Hoshi 0cb3e66a0e empty modules 2024-08-20 21:54:24 +08:00
build Initial commit all 2024-08-20 20:11:31 +08:00
dll Initial commit all 2024-08-20 20:11:31 +08:00
packages Initial commit all 2024-08-20 20:11:31 +08:00
webs Initial commit all 2024-08-20 20:11:31 +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 empty modules 2024-08-20 21:54:24 +08:00
README.md Initial commit all 2024-08-20 20:11:31 +08:00
babel.config.js Initial commit all 2024-08-20 20:11:31 +08:00
commitlint.config.js Initial commit all 2024-08-20 20:11:31 +08:00
package.json Initial commit all 2024-08-20 20:11:31 +08:00
pnpm-lock.yaml Initial commit all 2024-08-20 20:11:31 +08:00
pnpm-workspace.yaml Initial commit all 2024-08-20 20:11:31 +08:00
postcss.config.js Initial commit all 2024-08-20 20:11:31 +08:00
tsconfig.json Initial commit all 2024-08-20 20:11:31 +08:00

README.md

下载依赖

pnpm install

开发环境启动

pnpm start:app

生产环境构建

pnpm build:app

代码检测

pnpm lint

代码检测并自动修复

pnpm fix

解决内存溢出问题

pnpm fix-memory-limit