项目设置 npm install 编译和热重装以进行开发 npm run start:dev 从dist文件夹运行已编译的项目 npm run start:dist 编译并最小化生产 npm run build 运行单元测试 npm run test 整理和修复文件 npm run lint