# nest-quick-start **Repository Path**: malguy/nest-quick-start ## Basic Information - **Project Name**: nest-quick-start - **Description**: nest-quick-start - **Primary Language**: NodeJS - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-07-15 - **Last Updated**: 2023-07-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 说明 > 整合 jwt,分页,mysql,校验,.env支持(config) # 常用命令 ## 启动项目(dev) ```shell npm run start:dev ``` ## 创建 module ```shell nest generate module 项目名 ``` ## 创建 controller ```shell nest generate controller # 或 nest g co ``` ## 创建 service ```shell nest g service ```