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 soon. See Weex website for more information.
-
Install Android Playground.
- 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.npm run dev && npm run serve0.npm run watch, in a new terminal window 0. Install Android Environment - Run playground, In Android Studio
0. Open
android/playground0. Inapp/java/com.alibaba.weex/WXMainActivity, modifyCURRENT_IPto your local IP 0. Click(
Runbutton) - Add an example
clean *.js in the folders of examples/build and test/build
npm run cleantransform *.we in the folders of examples & test
npm run transformnpm run clean && npm run transform
npm run devrun a file server at 12580 port
npm run serverun a watcher for *.we changed
npm run watchbuild js-framework and h5-render
npm run buildrun test under js-framework and h5-render
npm run cicopy the built files to playground
npm run copyPlease install Git for Windows or Cygwin.
