KoaHub.js - Node.js web rapid development framework based on the Koa.js platform. Features such as ES6/7 (Generator Function, Class, Async & Await) can be used directly in the project. With Babel compilation, it can run stably in the Node.js environment.
KoaHub.js demo
KoaHub.js
KoaHub.js - Node.js web rapid development framework based on the Koa.js platform. Features such as ES6/7 (Generator Function, Class, Async & Await) can be used directly in the project. With Babel compilation, it can run stably in the Node.js environment.
Github address: http://github.com/einsqing/koahubjs
demo
Download and install
//Download
git clone https://github.com/einsqing/koahubjs-demo
//Install dependencies
npm install
//Compile
npm compile
//Start
node start.js
Browser access
http://localhost:3000/admin/index/index
Show
hello koahubjs
Official website
[http://js.koahub.com]http://js.koahub.com