首頁  >  文章  >  php教程  >  基於Node.js web 快速開發框架KoaHub.js可安裝

基於Node.js web 快速開發框架KoaHub.js可安裝

WBOY
WBOY原創
2016-09-25 09:23:151965瀏覽

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

陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn