# 下载依赖 pnpm install # 开发环境启动 pnpm start:app # 生产环境构建 pnpm build:app # 代码检测 pnpm lint # 代码检测并自动修复 pnpm fix # 解决内存溢出问题 pnpm fix-memory-limit