Added Apache notice in NOTICE file

This is mainly to test the change in the notification system.
1 file changed
tree: 770b80a543390541ecd79fdee3dc0c139b30efc2
  1. .github/
  2. android/
  3. bin/
  4. build/
  5. doc/
  6. examples/
  7. html5/
  8. ios/
  9. packages/
  10. test/
  11. .babelrc
  12. .eslintignore
  13. .eslintrc
  14. .gitignore
  15. .travis.yml
  16. .wwprc
  17. circle.yml
  18. CONTRIBUTING.md
  19. Dangerfile
  20. Gemfile
  21. Gemfile.lock
  22. index.html
  23. LICENSE
  24. NOTICE
  25. package.json
  26. README.md
  27. SCRIPTS.md
  28. start
  29. vue.html
README.md

Weex

A framework for building Mobile cross-platform UI.

AndroidDownload iOSPod version HTML5npm version

CircleCI

Support Android 4.1 (API 16) and iOS 8.0+.

For Windows

Please INSTALL Git for Windows and run all the following commands in git-bash.

Meet Weex

  • Install Weex Playground App to see examples we already written.
  • If you want to write a demo, install weex-toolkit in Node.js 4.0+ and
  • Run weex init to generate & start a simple project in an empty folder.
  • Follow the instructions in the project README.
  • Enjoy it.

Use Weex

Android

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

Runtime

On Android Platform , Weex code is executed in weex_v8core which is based on Google V8 JavaScript engine.

iOS

  • Prerequisites
  • Run playground
    • cd ios/playground
    • pod install
    • Open WeexDemo.xcworkspace in Xcode
    • Click (Run button) or use default shortcut cmd + r in Xcode
    • If you want to run the demo on your device, don't need to modify CURRENT_IP manually. In DemoDefine.h(you can search this file by Xcode default shortcut cmd + shift + o), modify CURRENT_IP to your local IP
  • Add an example

Scripts

See SCRIPTS.md for more information.

IDE Plugin & Syntax Highlight & DevTool

Weex team have developed a DevTool to help you to improve we file debug efficiency.

See more stuff on this wiki page

Weex Community

Contributing

See Weex Contributing Guide for more information.