commit | 7fe4476ff75b022f4d4712cbc327e40e7227208b | [log] [tgz] |
---|---|---|
author | acton393 <zhangxing610321@gmail.com> | Wed Jun 21 19:50:42 2017 +0800 |
committer | acton393 <zhangxing610321@gmail.com> | Wed Jun 21 19:50:42 2017 +0800 |
tree | 5d6c4ae29b5d6989675556ad567a437b06112afb | |
parent | 4b5326b64251fe6c4c7a368529cb51b598618299 [diff] |
* [ios] add carthage compatible
A framework for building Mobile cross-platform UI.
Support Android 4.1 (API 16) and iOS 8.0+.
Please INSTALL Git for Windows and run all the following commands in git-bash.
weex init
to generate & start a simple project in an empty folder.npm install
, install project./start
android/playground
app/java/com.alibaba.weex/IndexActivity
, modify CURRENT_IP
to your local IPRun
button)On Android Platform , Weex code is executed in weex_v8core which is based on Google V8 JavaScript engine.
run playground
npm install
, install project./start
cd ios/playground
pod install
WeexDemo.xcworkspace
in XcodeRun
button) or use default shortcut cmd + r
in XcodeCURRENT_IP
manually. DemoDefine.h
(you can search this file by Xcode default shortcut cmd + shift + o
), modify CURRENT_IP
to your local IPintegrate to your application
See SCRIPTS.md for more information.
Weex team have developed a DevTool to help you to improve we file
debug efficiency.
See more stuff on this wiki page
See Weex Contributing Guide for more information.