Skip to content

2010jing/weex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4e7090e · Jun 29, 2016
Jun 23, 2016
Jun 28, 2016
Jun 28, 2016
Jun 28, 2016
Jun 28, 2016
Jun 27, 2016
Jun 28, 2016
Jun 28, 2016
Jun 29, 2016
Jun 27, 2016
Jun 27, 2016
Jun 27, 2016
Jun 28, 2016
May 17, 2016
May 10, 2016
May 10, 2016
Jun 28, 2016
Jun 27, 2016
Jun 28, 2016
Jun 27, 2016
Jun 27, 2016
Jun 27, 2016

Repository files navigation

Weex

CircleCI Gitter (English Gitter) Gitter (Chinese 中文聊天室)

Pre-release Notes

Weex is currently in Pre-release Stage.

We agree that you may discuss technical information about Weex, except that you may not fork Weex to public repository , write public reviews or post screen shots using information from current repository(https://github.com/alibaba/weex) , redistribute weex within any form.

A framework for building Mobile cross-platform UI.

Support Android 4.1 (API 16) and iOS 7.0+. See Weex website for more information.

For Windows

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

Meet Weex

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/WXMainActivity, modify CURRENT_IP to your local IP 0. Click (Run button)
  3. Add an example

iOS

  1. Prerequisites 0. Install Node.js 4.0+ 0. Under project root 0. npm install, install project 0. ./start 0. Install iOS Environment 0. Install CocoaPods
  2. Run playground 0. cd ios/playground 0. pod install 0. Open WeexDemo.xcworkspace in Xcode 0. Click (Run button) or use default hot key cmd + r in xcode 0. If you want to run demo on your device. In DemoDefine.h(you can search this file by Xcode default hot key cmd+space+o), modify CURRENT_IP to your local IP
  3. Add an example

Scripts

See SCRIPTS.md for more information.

FAQ

See FAQ for more information.

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

  • Java 47.0%
  • JavaScript 41.9%
  • Objective-C 10.2%
  • C 0.5%
  • CSS 0.2%
  • HTML 0.1%
  • Other 0.1%