Maison >php教程 >php手册 >基于Node.js web 快速开发框架KoaHub.js可安装

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

WBOY
WBOYoriginal
2016-09-25 09:23:152007parcourir

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

Déclaration:
Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn