1.0.6 • Published 7 years ago

static-resource-plugin v1.0.6

Weekly downloads
6
License
ISC
Repository
github
Last release
7 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

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago