koa decorator ts:koa装饰器 源码
koa-decorator-ts Koa装饰器(带有TypeScript) 安装 npm i koa-decorator-ts --save /* or */ yarn add koa-decorator-ts 介绍 此包装是用于koa的装饰器,包括koa-router graohql。 您可以使用装饰器定义路由路径,也可以使用现有的Koa控制器创建graphql解析器 用法 app.js import Koa from 'koa' ; // 1. Import Router import Router from 'koa-decorator-ts/router' ; const app
文件列表
koa-decorator-ts-master.zip
(预估有个48文件)
koa-decorator-ts-master
.gitignore
38B
tsconfig.json
1KB
README.md
4KB
test
tsconfig.json
272B
schemas
typeDefs.graphql
161B
User
index.ts
128B
暂无评论