(English Gitter)
(Chinese 中文聊天室)
Weex is currently in Pre-release Stage.
We agree that you may discuss technical information about Weex, except that you may not fork Weex to public repository , write public reviews or post screen shots using information from current repository(https://github.com/alibaba/weex) , redistribute weex within any form.
A framework for building Mobile cross-platform UI.
Support Android 4.1 (API 16) and iOS 7.0+. See Weex website for more information.
Please INSTALL Git for Windows and run all the following commands in git-bash.
npm install
, install project ./start
android/playground
app/java/com.alibaba.weex/WXMainActivity
, modify CURRENT_IP
to your local IPRun
button)npm install
, install project ./start
cd ios/playground
pod install
WeexDemo.xcworkspace
in XcodeRun
button) or use default shortcut cmd + r
in XcodeDemoDefine.h
(you can search this file by Xcode default shortcut cmd + shift + o
), modify CURRENT_IP
to your local IPSee SCRIPTS.md for more information.
See FAQ for more information.
See Weex Contributing Guide for more information.