nest ts example:从Nest JS文档中学习 源码
一个渐进式的框架,该框架受启发,用于构建高效且可扩展的服务器端应用程序。 参考 书籍#1- 描述 框架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
文件列表
nest-ts-example-master.zip
(预估有个59文件)
nest-ts-example-master
.gitignore
475B
.env.example
31B
images
put_wo_comp.png
57KB
put_w_comp.png
65KB
del_wo_comp.png
63KB
post_wo_comp.png
71KB
post_w_comp.png
71KB
del_w_comp.png
71KB
暂无评论