https://github.com/ziyi2/re-koa1
koa1.0
https://github.com/ziyi2/re-koa1
Last synced: over 1 year ago
JSON representation
koa1.0
- Host: GitHub
- URL: https://github.com/ziyi2/re-koa1
- Owner: ziyi2
- Created: 2016-10-03T02:49:27.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-08T08:30:38.000Z (over 9 years ago)
- Last Synced: 2025-01-29T04:01:37.170Z (over 1 year ago)
- Language: JavaScript
- Size: 726 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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...