https://github.com/alibaba/weex Java A framework for building Mobile cross-platform UI
Weex
A framework for building Mobile cross-platform UI.
(English Gitter) (Chinese 中文聊天室)
Support Android 4.1 (API 16) and iOS 7.0+. See Weex website for more information.
For Windows
Please INSTALL Git for Windows and run all the following commands in git-bash.
Meet Weex
Use Weex
Android
Prerequisites
Install Node.js 4.0+
Under project root
npm install
, install project
./start
Install Android Environment
Run playground, In Android Studio
Open android/playground
In app/java/com.alibaba.weex/WXMainActivity
, modify CURRENT_IP
to your local IP
Click (Run
button)
Add an example
iOS
Prerequisites
Install Node.js 4.0+
Under project root
npm install
, install project
./start
Install iOS Environment
Install CocoaPods
Run playground
cd ios/playground
pod install
Open WeexDemo.xcworkspace
in Xcode
Click (Run
button) or use default shortcut cmd + r
in Xcode
If you want to run the demo on your device. In DemoDefine.h
(you can search this file by Xcode default shortcut cmd + shift + o
), modify CURRENT_IP
to your local IP
Add an example
Scripts
See SCRIPTS.md for more information.
FAQ
See FAQ for more information.
Contributing
See Weex Contributing Guide for more information.