文件名称:nestjs-app:具有基本概念的基本NestJS应用
文件大小:171KB
文件格式:ZIP
更新时间:2024-03-12 03:00:00
JavaScript
巢式应用程式 描述 安装 $ 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
【文件预览】:
nestjs-app-main
----src()
--------app.controller.js(314B)
--------app.service.js(134B)
--------common()
--------main.js(386B)
--------cats()
--------app.controller.spec.js(557B)
--------app.module.js(515B)
----.babelrc(219B)
----nest-cli.json(84B)
----jsconfig.json(146B)
----test()
--------jest-e2e.json(95B)
--------app.e2e-spec.js(529B)
----.prettierrc(51B)
----README.md(326B)
----nodemon.json(114B)
----.gitignore(375B)
----index.js(51B)
----package-lock.json(741KB)
----package.json(1KB)