Nest框架TypeScript入门教程

Nest框架,用于构建高效且可扩展的服务器端应用程序,提供渐进式TypeScript入门指导。安装:$ npm install 运行应用:- 开发:$ npm run start - 监视模式:$ npm run start:dev - 生产模式:$ npm run start:prod 测试:- 单元测试:$ npm run test - e2e 测试:$ npm run test:e2e - 测试覆盖率:$ npm run test:cov 支持:开源项目,由MIT许可,感谢赞助商支持。

zip
typescript-starter-master.zip 预估大小:16个文件
folder
typescript-starter-master 文件夹
file
tsconfig.build.json 97B
file
.eslintrc.js 666B
folder
src 文件夹
file
main.ts 208B
file
app.service.ts 142B
file
app.module.ts 249B
file
app.controller.ts 274B
file
app.controller.spec.ts 596B
file
nest-cli.json 64B
file
tsconfig.json 339B
folder
test 文件夹
file
jest-e2e.json 183B
file
app.e2e-spec.ts 599B
file
.prettierrc 51B
file
README.md 3KB
file
.gitignore 7KB
file
package-lock.json 433KB
file
package.json 2KB
zip 文件大小:111.02KB