# learn-nestjs-front **Repository Path**: zphdev/learn-nestjs-front ## Basic Information - **Project Name**: learn-nestjs-front - **Description**: 学习nest.js配合的前端项目 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: dev/test-nestjs - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-10 - **Last Updated**: 2021-10-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: Testing, nest ## README 环境: ``` node >= 11.10.1 npm >= 6.14.0 ``` ## 安装依赖 ```bash $ npm install ``` ## 启动开发环境 ```bash $ npm run serve ``` ## 灰度环境打包 ```bash $ npm run gray ``` ## 生产环境打包 ```bash $ npm run build ``` ## 单元测试 ```bash $ npm run test:unit ``` ## 代码检查并修复 ```bash $ npm run lint ```