# weex
**Repository Path**: mll/weex
## Basic Information
- **Project Name**: weex
- **Description**: A framework for building Mobile cross-platform UI
- **Primary Language**: Java
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2016-10-04
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# Weex
> A framework for building Mobile cross-platform UI.
[](https://circleci.com/gh/alibaba/weex/tree/dev) [](https://gitter.im/weexteam) (English Gitter) [](https://gitter.im/weexteam/cn) (Chinese 中文聊天室)
Support Android 4.1 (API 16) and iOS 7.0+. See [Weex website](http://alibaba.github.io/weex/) for more information.
## For Windows
Please ***INSTALL [Git for Windows](https://git-scm.com/download/win)*** and run all the following commands in git-bash.
## Meet Weex
* [Install Playground](http://alibaba.github.io/weex/download.html).
## Use Weex
* [Tutorial](http://alibaba.github.io/weex/doc/tutorial.html)
* Doc: [English](http://alibaba.github.io/weex/doc/), [中文](https://github.com/weexteam/article/wiki/Weex%E4%B8%AD%E6%96%87%E6%96%87%E6%A1%A3)
### Android
0. Prerequisites
0. Install [Node.js](http://nodejs.org/) 4.0+
0. Under project root
0. `npm install`, install project
0. `./start`
0. Install [Android Environment](http://developer.android.com/training/basics/firstapp/index.html)
0. 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)
0. [Add an example](./examples/README.md#add-an-example)
#### Runtime
On Android Platform , Weex code is executed in [weex_v8core](https://github.com/alibaba/weex_v8core) which is based on Google V8 JavaScript engine.
### iOS
0. Prerequisites
0. Install [Node.js](http://nodejs.org/) 4.0+
0. Under project root
0. `npm install`, install project
0. `./start`
0. Install [iOS Environment](https://developer.apple.com/library/ios/documentation/IDEs/Conceptual/AppStoreDistributionTutorial/Setup/Setup.html)
0. Install [CocoaPods](https://guides.cocoapods.org/using/getting-started.html)
0. 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
0. [Add an example](./examples/README.md#add-an-example)
## Scripts
See [SCRIPTS.md](./SCRIPTS.md) for more information.
## IDE Plugin & Syntax Highlight
See [Weex Community](https://github.com/alibaba/weex/wiki/Weex-Community) Wiki page
## FAQ
See [FAQ](http://alibaba.github.io/weex/doc/faq.html) for more information.
### Community based Weex knowledge site
* [weex article](https://github.com/weexteam/article/wiki) : article collection about Weex(文章集合)
* [weex.help](http://weex.help/) : 3rd forum about Weex(第三方Weex中文技术论坛)
* [gitter.im chinese room](https://gitter.im/weexteam/cn?utm_source=share-link&utm_medium=link&utm_campaign=share-link) : an instant message chat room about Weex(Weex中文聊天室)
## Contributing
See [Weex Contributing Guide](./CONTRIBUTING.md) for more information.