Authored by 于良

Add new file

Showing 1 changed file with 46 additions and 0 deletions
潮店宝(平台商家客户端)
=======================
潮店宝基于React Native技术构建,主要使用JavaScript(ES2015语言规范)语言开发,使用CocoaPods(0.39版本)作为依赖管理工具,使用Redux作为前端数据状态管理容器。
支持平台及系统版本支持如下:
平台 | 系统版本
------------- | -------------
iOS | >= iOS 7.0
Android | >= Android 4.1 (API 16)
安装指南
------------
> * git clone http://git.yoho.cn/mobile/YH_Vendor.git
> * cd YH_Vendor && npm install
#### iOS
> * cd ios && pod install
> * cd ../ && react-native run-ios
#### Android
> * cd android
> * Android Studio 创建新工程
> * 创建Android virtual device
> * cd ../ && react-native run-android
文档
---------------
* React Native:[英文](http://facebook.github.io/react-native/), [中文](http://reactnative.cn/)
* React:[英文](http://facebook.github.io/react/), [中文](http://reactjs.cn/)
* Redux:[英文](http://redux.js.org/), [中文](http://cn.redux.js.org/)
* JavaScript: [https://developer.mozilla.org/zh-CN/docs/Web/JavaScript](https://developer.mozilla.org/zh-CN/docs/Web/JavaScript)
* ECMAScript 2015(ECMAScript 6): [http://es6.ruanyifeng.com/](http://es6.ruanyifeng.com/)
迭代计划
---------------
### V1.0.0
[需求文档](http://redmine.yoho.cn/issues/5780)
[iOS开发计划](http://redmine.yoho.cn/issues/5799)
[Android开发计划](http://redmine.yoho.cn/issues/5798)
... ...