Quantcast
Channel: CNode:Node.js专业中文社区
Viewing all articles
Browse latest Browse all 14821

基于react + redux + immutable + react-router + ES6+ webpack的英雄联盟战绩查询应用

$
0
0

技术栈:

react + redux + immutable + less + scss + ES6/7 + webpack + fetch + react-router按需加载 + react-transform热替换 + webpack-dev-server + http-proxy-middleware

下载

git clone https://github.com/wuchujiang/react-lol-spa.git

cd react-lol-spa

npm install 

运行(nodejs 6.0+)

 npm run dev (正常编译模式) 

 npm run hot (热替换编译模式)

 访问 http://localhost:8088
  
 npm run dist (发布生产版本,对代码进行混淆压缩,提取公共代码,分离css文件)

 node server_prd.js (启动生产包node服务,代理api)

演示

demo(请用chrome的手机模式预览)

移动端扫描下方二维码

效果图


Viewing all articles
Browse latest Browse all 14821

Trending Articles