路由装饰器:简化Koa和Express路由创建的ES7装饰器 源码
Koa / Express的路线装饰器 简化Koa和Express路线创建的。 使用这些装饰器,您可以像下面那样编写控制器,并填充所有路由。 考阿 import { controller , get , post } from 'route-decorators' @ controller ( '/users' , middleware1 ) class UserCtrl { @ get ( '/:id' , middleware2 , middleware3 ) async get ( context , next ) { } @ post ( middleware2 )
文件列表
route-decorators-master.zip
(预估有个10文件)
route-decorators-master
.travis.yml
89B
.babelrc
17B
package.json
954B
.github
FUNDING.yml
22B
test
decorators.spec.js
2KB
LICENSE
1KB
src
暂无评论