koa-static-server Static file serving middleware for koa with directory, rewrite and index support koa-static-server static file serving middleware fo ...
分类:
Web程序 时间:
2016-09-20 12:03:03
阅读次数:
249
介绍 KoaHub.js -- 基于 Koa.js 平台的 Node.js web 快速开发框架。可以直接在项目里使用 ES6/7(Generator Function, Class, Async & Await)等特性,借助 Babel 编译,可稳定运行在 Node.js 环境上。 //base ...
分类:
Web程序 时间:
2016-09-19 19:51:14
阅读次数:
162
koahub-handlebars koahub-handlebars koahub handlebars templates Installation $ npm install koahub-handlebars Use with koa var koa = require('koa'); va ...
分类:
Web程序 时间:
2016-09-13 19:16:51
阅读次数:
513
Installation $ npm install koahub $ npm install koahub Use with koa var app = require('koa')(); var router = require('koa-router')(); require('koahub' ...
分类:
Web程序 时间:
2016-09-06 18:28:39
阅读次数:
262
koahub-skip koahub skip middleware koahub skip Conditionally skip a middleware when a condition is met. Install npm i koahub-skip --save Usage With ex ...
分类:
Web程序 时间:
2016-09-06 18:23:31
阅读次数:
194
koahub loader Installation $ npm install koahub-loader $ npm install koahub-loader Use with koa // 1.model loader var model = loader([ { root: './app/ ...
分类:
Web程序 时间:
2016-09-06 18:22:56
阅读次数:
202