1.0.6 • Published 6 years ago

static-resource-plugin v1.0.6

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

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago