@koa-framework/koa-static

0.3.0 • Public • Published

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)

Readme

Keywords

none

Package Sidebar

Install

npm i @koa-framework/koa-static

Weekly Downloads

1

Version

0.3.0

License

MIT

Unpacked Size

887 B

Total Files

3

Last publish

Collaborators

  • jrfuture
  • koa-framework-admin