Browse by type
Weex is currently in Pre-release Stage.
We agrees 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.

npm install to install projectnpm run serveandroid/playgroundapp/java/com.alibaba.weex/WXMainActivity, modify CURRENT_IP to your local IPRun button)npm run watchexamples, add a file newExample.we examples/index.we, add an item {name: 'newExample', title: 'New Example'} for array data.casesclean *.js in the folders of examples/build and test/build
npm run clean
transform *.we in the folders of examples & test
npm run transform
build js-framework and h5-render
npm run build
copy the builded files to playground
npm run copy
npm run clean && npm run build
npm run dev
will run a file server at 12581 port
npm run serve
will run a watcher for *.we changed
npm run watch
will run test under js-framework and h5-render
npm run ci