首页  >  文章  >  php教程  >  基于Node.js web 快速开发框架KoaHub.js可安装

基于Node.js web 快速开发框架KoaHub.js可安装

WBOY
WBOY原创
2016-09-25 09:23:151964浏览

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