incubator-weex-playground Build Status

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.

Run Weex Playground

Android

  • Open android In Android Studio
  • In playground/java/org.apache.weex/IndexActivity, modify CURRENT_IP to your local IP
  • Click (Run button)

iOS

  • Install CocoaPods.
  • Open ios directory, then execute pod install in terminal.
  • Open WeexDemo.xcworkspace with Xcode.
  • Click (Run button)