nestjs api:Api与nestjs结合使用以实践和复习概念 源码
一个渐进式的框架,用于构建高效且可扩展的服务器端应用程序。 描述 框架TypeScript入门资料库。 安装 $ npm install 运行应用 # development $ npm run start # watch mode $ npm run start:dev # production mode $ npm run start:prod 测试 # unit tests $ npm run test # e2e tests $ npm run test:e2e # test coverage $ npm run test:cov 支持 Nest是MIT许可的开源项目。 得益于赞助商和
文件列表
nestjs-api-main.zip
(预估有个19文件)
nestjs-api-main
.gitignore
375B
package.json
2KB
package-lock.json
301KB
src
app.module.ts
338B
app.controller.spec.ts
617B
main.ts
208B
app.service.ts
142B
app.controller.ts
274B
暂无评论