Playground for Apache Weex, demo purpose only

Clone this repo:

Branches

  1. 58981c2 Added RETIRED file by Willem Jiang · 3 years ago master
  2. 52756cb Feature(Android): Upgrade Version of dependency. (#25) by YorkShen · 4 years, 2 months ago
  3. 7fe693d test Android inspector by 任跃兵 · 4 years, 4 months ago
  4. a1de3eb fix gradle issue by 任跃兵 · 4 years, 4 months ago
  5. 260093a Merge pull request #24 from apache/android-updateGradle by 任跃兵 · 4 years, 5 months ago

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)