Skip to content
This repository has been archived by the owner on May 24, 2019. It is now read-only.

yueshuiniao/gank-yueniao

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-gank

简介

  • 一个简单的干货资讯和妹子图展示的单页面 WebApp
  • 使用的主要技术:react + redux + react-router + ES6 + webpack
  • 数据来源:干货集中营,高德地图 API(获取定位),和风天气(天气数据)
  • 页面效果比较简单,主要是给自己熟悉下 react、redux

截图




使用:

git clone [email protected]:yueshuiniao/gank-yueniao.git
cd gank-yueniao
npm i  //安装(npm下载速度可能较慢,可以用 npm --registry=https://registry.npm.taobao.org i 或安装cnpm进行下载)
npm start   //开发
npm run build   //打包

使用库:

  • react           //view
  • redux           //数据管理
  • react-router           //路由
  • ReactCSStransitionGroup        //react 官方动画库
  • axios           //取数据
  • redux-thunk           //redux 异步控制
  • react-hot-loader           //热替换
  • create-react-app           //react 官方脚手架
  • lib-flexible           //移动端自适应
  • sass           //css 预处理器