Weex Playground is a development tool, which can be used to test and preview weex pages on Android or IOS.
Find more about playground at our website.
- Open
android
In Android Studio - In
playground/java/org.apache.weex/IndexActivity
, modifyCURRENT_IP
to your local IP - Click (
Run
button)
- Install
CocoaPods
. - Open
ios
directory, then executepod install
in terminal. - Open
WeexDemo.xcworkspace
with Xcode. - Click (
Run
button)