Authored by 于良

Add new file

Showing 1 changed file with 46 additions and 0 deletions
  1 +潮店宝(平台商家客户端)
  2 +=======================
  3 +
  4 +潮店宝基于React Native技术构建,主要使用JavaScript(ES2015语言规范)语言开发,使用CocoaPods(0.39版本)作为依赖管理工具,使用Redux作为前端数据状态管理容器。
  5 +
  6 +支持平台及系统版本支持如下:
  7 +
  8 +平台 | 系统版本
  9 +------------- | -------------
  10 +iOS | >= iOS 7.0
  11 +Android | >= Android 4.1 (API 16)
  12 +
  13 +
  14 +安装指南
  15 +------------
  16 +> * git clone http://git.yoho.cn/mobile/YH_Vendor.git
  17 +> * cd YH_Vendor && npm install
  18 +
  19 +#### iOS
  20 +> * cd ios && pod install
  21 +> * cd ../ && react-native run-ios
  22 +
  23 +#### Android
  24 +> * cd android
  25 +> * Android Studio 创建新工程
  26 +> * 创建Android virtual device
  27 +> * cd ../ && react-native run-android
  28 +
  29 +文档
  30 +---------------
  31 +* React Native:[英文](http://facebook.github.io/react-native/), [中文](http://reactnative.cn/)
  32 +* React:[英文](http://facebook.github.io/react/), [中文](http://reactjs.cn/)
  33 +* Redux:[英文](http://redux.js.org/), [中文](http://cn.redux.js.org/)
  34 +* JavaScript: [https://developer.mozilla.org/zh-CN/docs/Web/JavaScript](https://developer.mozilla.org/zh-CN/docs/Web/JavaScript)
  35 +* ECMAScript 2015(ECMAScript 6): [http://es6.ruanyifeng.com/](http://es6.ruanyifeng.com/)
  36 +
  37 +迭代计划
  38 +---------------
  39 +
  40 +### V1.0.0
  41 +[需求文档](http://redmine.yoho.cn/issues/5780)
  42 +
  43 +[iOS开发计划](http://redmine.yoho.cn/issues/5799)
  44 +
  45 +[Android开发计划](http://redmine.yoho.cn/issues/5798)
  46 +