commit | 5439a0ba52fff342410f87cdaf85c8df65c876f4 | [log] [tgz] |
---|---|---|
author | luics <luics.king@gmail.com> | Fri Apr 22 23:26:51 2016 +0800 |
committer | luics <luics.king@gmail.com> | Fri Apr 22 23:26:51 2016 +0800 |
tree | 6cb947fb3fbc94b093c09c3e0eb0c0c6fe346948 | |
parent | 3163c9ea0246f9cbc4d47568c9ed073ca35f7dff [diff] |
* [all] fix typo "we agrees" (#52) close #40
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.
npm install
to install project 0. Install Android Environmentnpm run serve
0. In Android Studio 0. Open android/playground
0. In app/java/com.alibaba.weex/WXMainActivity
, modify CURRENT_IP
to your local IP 0. Click (Run
button)npm run watch
0. In examples
, add a file newExample.we
examples/index.we
, add an item {name: 'newExample', title: 'New Example'}
for array data.cases
clean *.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