An open API service indexing awesome lists of open source software.

https://github.com/ziyi2/re-koa1

koa1.0
https://github.com/ziyi2/re-koa1

Last synced: over 1 year ago
JSON representation

koa1.0

Awesome Lists containing this project

README

          

# re-koa1

## 启动

window

```javascript
npm start
```

mac os x || linux

```javascript
npm run start_linux
```

## generator生成器
```javascript
npm install koa-generator -g
koa projectName
```

## Link
###github-base
- [koajs](https://github.com/koajs)
- [koa-generator](https://github.com/17koa/koa-generator)
- [koa-views](https://github.com/queckezz/koa-views)
- [koa-router](https://github.com/alexmingoia/koa-router#exp_module_koa-router--Router)
- [koa-example](https://github.com/koajs/examples)
- [koa-guide](https://github.com/guo-yu/koa-guide)
- [koa-session](https://github.com/koajs/session)

###gitbook
- [koa](http://17koa.com/koa-generator-examples/)
- [koa实战](http://book.apebook.org/minghe/koa-action/index.html)

### website
- [koa-router](http://www.tuicool.com/articles/7Zre63f)

## Next
koa 2.0...