文件名称:koats:试验Koa和TypeScript
文件大小:79KB
文件格式:ZIP
更新时间:2024-02-24 11:30:18
flow middleware koa typescript branching
at 试验Koa和TypeScript 叠放 考阿 Koa路由器 打字稿 笑话 入门 运行应用 npm install npm start dev 测验 npm run test npm run test -- --watchAll npm run test -- --coverage 调试 launch.json可以使用VSCode ,只需启动调试器并将断点添加到代码中即可。 概念 依存关系 当应用程序启动时,依赖项将注入到Context 。 在context对象内,您将找到一个依赖容器dc ,在其中将实例化所有服务/依赖。 中间件 我试图使中间件尽可能简单,而不在主体中处理任何错
【文件预览】:
koats-master
----.gitignore(27B)
----.babelrc(154B)
----package.json(1KB)
----package-lock.json(238KB)
----src()
--------middleware()
--------koa.ts(129B)
--------services()
--------index.ts(455B)
--------lib()
--------router()
--------app.ts(763B)
--------test()
--------models.d.ts(531B)
----jest.config.js(202B)
----tsconfig.json(398B)
----types()
--------index.d.ts(0B)
----README.md(3KB)
----.vscode()
--------launch.json(572B)