1.0.6 • Published 5 years ago

static-resource-plugin v1.0.6

Weekly downloads
6
License
ISC
Repository
github
Last release
5 years ago
This is a plugin for handling static resources via koa
Instructions
const koa = require("koa")
const static = require("static-resource-plugin")
const app = new koa()
app.use(static())
app.listen(3000)
console.log("app is running at http://localhost:3000")
1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago