@careteen/koa

0.1.0 • Public • Published

koa

license Build Status npm NPM downloads

学习并仿写koa,目前已提供基础功能。

  • [x] 基础功能
  • [ ] 完善request.js
  • [ ] 完善response.js

快速使用

安装

npm i -D @careteen/koa

使用方式和koa一样

const Koa = require('@careteen/koa')
const app = new Koa()
// response
app.use(ctx => {
  ctx.body = 'Hello Koa'
})
app.listen(3000)

使用文档

issue模板

贡献者指南

clone仓库并引入依赖

git clone git@github.com:careteenL/koa.git
npm install

开始开发:)

...

启动本地服务器编写示例

npm run example

更新日志

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.0
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.0
    0

Package Sidebar

Install

npm i @careteen/koa

Weekly Downloads

0

Version

0.1.0

License

MIT

Unpacked Size

9.61 kB

Total Files

14

Last publish

Collaborators

  • careteen