A React project
Please use dev Branch
待完善中...
antd-mobile 使用了蚂蚁金融开发的app UI框架
axios 请求使用axios进行支持
react-redux redux 进行了redux的集成
redux-logger 日志中间件
redux-thunk 异步Action中间件
react-addons-pure-render-mixin 项目优化插件,重写了生命周期的:shouldComponentUpdate方法
redux-devtools 加入 游览器 Redux 状态管理的追踪
react-swipe swipe-js-iso 加入了轮播图
react-transition-group 增加了路由过渡动画
redux-saga 异步Action中间件,基于Generator
ant Motion 增加了动画
Web使用需要把public/index.html的prod=false
# install dependencies
npm install
# serve with hot reload at localhost:3000
npm run start
# build for production with minification
npm run build
# run all tests
npm test