koa-robots
v0.5.0
Published
基于 Koa 的 MVC 生成器
Downloads
69
Readme
koa-robots
Koa MVC generator
Usage
sudo npm i koa-robots -g
koa-robots demo
cd demo
npm i
npm start
Support Features
- [x] response time
- [x] logger (based of log4j)
- [x] fresh
- [x] serve
- [x] gzip
- [x] jsonp
- [x] proxy
- [x] session
- [x] filter xss
- [x] error Page
- [x] hot reload
- [x] auto router
- [x] parse GET & POST parameter
- [x] template render (based of art-template)
- [ ] restful
- [ ] CRSF
- [ ] database
- [x] mock
- [x] plugins
- [ ] webSocket
Plugins
browserSync
npm i koa-robots-plugin-browsersync
//config.js
"plugins" : ["browsersync"]