Skip to content

MrRaindrop/weex

This branch is 6509 commits behind alibaba/weex:master.

Folders and files

NameName
Last commit message
Last commit date
Feb 14, 2017
Jan 11, 2017
Nov 14, 2016
Jan 11, 2017
Feb 13, 2017
Feb 10, 2017
Jan 16, 2017
Feb 10, 2017
Dec 20, 2016
Jun 27, 2016
Feb 13, 2017
Dec 29, 2016
Jan 20, 2017
Dec 28, 2016
Jan 5, 2017
Aug 23, 2016
May 10, 2016
May 10, 2016
Feb 14, 2017
Jun 27, 2016
Jan 11, 2017
Dec 29, 2016
Jan 16, 2017
Oct 25, 2016

Repository files navigation

Weex

A framework for building Mobile cross-platform UI.

AndroidDownload iOSPod version HTML5npm version

CircleCI

Support Android 4.1 (API 16) and iOS 7.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

  1. Prerequisites 0. Install Node.js 4.0+ 0. Under project root 0. npm install, install project 0. ./start 0. Install Android Environment
  2. Run playground, In Android Studio 0. Open android/playground 0. In app/java/com.alibaba.weex/IndexActivity, modify CURRENT_IP to your local IP 0. Click (Run button)
  3. Add an example

Runtime

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

iOS

  1. Prerequisites
  2. Install Node.js 4.0+ 0. Under project root 0. npm install, install project 0. ./start 0. Install iOS Environment 0. Install CocoaPods
  3. Run playground 0. cd ios/playground 0. pod install 0. Open WeexDemo.xcworkspace in Xcode 0. Click (Run button) or use default shortcut cmd + r in Xcode 0. If you want to run the demo on your device. In DemoDefine.h(you can search this file by Xcode default shortcut cmd + shift + o), modify CURRENT_IP to your local IP
  4. 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.

About

A framework for building Mobile cross-platform UI

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 47.0%
  • Java 46.0%
  • Objective-C 6.5%
  • C 0.3%
  • CSS 0.1%
  • Shell 0.1%