koa better flash:用于Koa和Passport的Flash消息中间件 源码
更好的闪光 用于Koa和Passport的Flash消息中间件 目录 安装 : npm install koa-better-flash : yarn add koa-better-flash 用法 const Koa = require ( 'koa' ) ; const Router = require ( 'koa-router' ) ; const session = require ( 'koa-generic-session' ) ; const flash = require ( 'koa-better-flash' ) ; const app = new Koa (
用户评论