0.3.0 • Published 5 years ago

@luobotang/koa-static v0.3.0

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

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)
0.3.0

5 years ago