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.
- See Tutorial.
- See Weex Documentation for more information.
- Prerequisites
0. Install Node.js 4.0+
0. Under project root
0.
npm install
, install project 0../start
0. Install Android Environment - Run playground, In Android Studio
0. Open
android/playground
0. Inapp/java/com.alibaba.weex/WXMainActivity
, modifyCURRENT_IP
to your local IP 0. Click (Run
button) - Add an example
- Prerequisites
0. Install Node.js 4.0+
0. Under project root
0.
npm install
, install project 0../start
0. Install iOS Environment 0. Install CocoaPods - Open
ios/playground
0. Runpod install
in ios/playground 0. OpenWeexDemo.xcworkspace
in Xcode 0. Click (Run
button) or use default hot keycmd + r
in xcode 0. If you want to run demo on your device. InDemoDefine.h
(you can search this file by Xcode default hot keycmd+space+o
), modifyCURRENT_IP
to your local IP - Add an example
See SCRIPTS.md for more information.
See FAQ for more information.
See Weex Contributing Guide for more information.