Toggle navigation
Toggle navigation
This project
Loading...
Sign in
mobile
/
yh_vendor
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
于良
9 years ago
Commit
95346f35064683c33fcf123a6d21ccabcac125de
1 parent
ae9b05b4
Update README.md
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
8 deletions
README.md
README.md
View file @
95346f3
#潮店宝(平台商家客户端)
潮店宝(平台商家客户端)
=======================
潮店宝基于React Native技术构建,主要使用JavaScript(ES2015语言规范)语言开发,使用CocoaPods(0.39版本)作为依赖管理工具,使用Redux作为前端数据状态管理容器。
...
...
@@ -10,20 +11,31 @@ iOS | >= iOS 7.0
Android | >= Android 4.1 (API 16)
##安装指南
> 1. git clone http://git.yoho.cn/mobile/YH_Vendor.git
> 2. cd YH_Vendor && npm install
> 3. cd ios && pod install
> 4. open ./YH_Vendor.xcworkspace
安装指南
------------
> * 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
)
...
...
Please
register
or
login
to post a comment