1. 首页
  2. 数据库
  3. 其它
  4. koa better flash:用于Koa和Passport的Flash消息中间件 源码

koa better flash:用于Koa和Passport的Flash消息中间件 源码

上传者: 2021-02-05 21:21:48上传 ZIP文件 120.13KB 热度 22次
更好的闪光 用于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 (
用户评论