@luobotang/koa-static
v0.3.0
Published
static plugin for @luobotang/koa-framework
Readme
static
安装
npm i @luobotang/koa-static配置
module.exports = {
static: {
root: '/static/root/path',
// other options to '[koa-static](https://www.npmjs.com/package/koa-static)'
}
}使用
router.use(middlewares.static)