Merge branch 'master' of github.com:wrmswindmill/incubator-weex-playground
tree: b68bd836b4f1ff77cb858ba3db4154d7cda8a5c4
  1. android/
  2. ios/
  3. tmp/
  4. .gitignore
  5. LICENSE
  6. README.md
README.md

incubator-weex-playground

Weex is a framework for building high-performance cross-platform mobile applications with a modern web development experience. Weex Playground App can be used to test and preview weex pages on Android or IOS.

Find more about weex at weex.apache.org.

Run Weex Playground

Android

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

iOS

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