一个好用的Koa2+Redux模板
地址: https://github.com/superalsrk/koa2-boilerplate 在线Demo: http://koa2-boilerplate.tarax.cn/
最近写一些公司API项目的时候用的是KOA2 , 不得不说 async/await的特性真的很赞 , 然后就写了这么一个模板, 主要用来演示
- mysql整合
- 基于passport-local的登陆退出(也可以换成jwt)
- 导出Excel
- 与Redux的整合
欢迎PR