ef90d0550bed595d225e12a5816da2a9e01035fa
- 增加了DTO和验证 - 服务类和控制器加入了dto - 增加序列化拦截器,对数组和分页特殊处理 - 实体中分配了序列化装饰器 - 控制器引入拦截器
NestJS 基础配置模板
NestJS描述
Nest framework TypeScript starter repository.
安装依赖
$ pnpm install
运行 Ink NestJS API 应用
# 开发环境
$ pnpm run start
# watch mode
$ pnpm run start:dev
# production mode
$ pnpm run start:prod
适配器
http适配器使用了fastify
文档支持
Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.
Languages
TypeScript
100%