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