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