CocoaPods trunk is moving to be read-only. Read more on the blog, there are 19 months to go.
TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Sep 2017 |
Maintained by M.
由于Weex一直没有动态库,给swift项目造成很大麻烦,于是CenariusWeexSDK变诞生了。
A framework for building Mobile cross-platform UI.
Support Android 4.1 (API 16), iOS 8.0+ and WebKit 534.30+.
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
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
CocoaPods
Add the following line to your Podfile:
pod 'WeexSDK'
run pod install
Add the following line to your Cartfile:
github "apache/incubator-weex"
Run carthage update
, and you should now have the latest version of WeexSDK
in your Carthage
folder.
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.