KoaHub.js -- 基於 Koa.js 平台的 Node.js web 快速開發框架。可以直接在專案裡使用 ES6/7(Generator Function, Class, Async & Await)等特性,借助 Babel 編譯,可穩定運作在 Node.js 環境上。
KoaHub.js demo
KoaHub.js
KoaHub.js -- 基於 Koa.js 平台的 Node.js web 快速開發框架。可以直接在專案裡使用 ES6/7(Generator Function, Class, Async & Await)等特性,借助 Babel 編譯,可穩定運作在 Node.js 環境上。
github網址:http://github.com/einsqing/koahubjs
demo
下載安裝
//下載
git clone https://github.com/einsqing/koahubjs-demo
//安裝依賴
npm install
//編譯
npm compile
//啟動
node start.js
瀏覽器訪問
http://localhost:3000/admin/index/index
顯示
hello koahubjs
官網
[http://js.koahub.com]http://js.koahub.com