# WEEX **Repository Path**: marklewis/WEEX ## Basic Information - **Project Name**: WEEX - **Description**: 支持iOS的Weex版本 - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: version/0.0.3 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-27 - **Last Updated**: 2025-06-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Weex ## 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](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 * See [Tutorial](http://alibaba.github.io/weex/doc/tutorial.html). * See [Weex Documentation](http://alibaba.github.io/weex/doc/) for more information. ### 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/WXMainActivity`, modify `CURRENT_IP` to your local IP 0. Click (`Run` button) 0. [Add an example](./examples/README.md#add-an-example) ## Scripts See [SCRIPTS.md](./SCRIPTS.md) for more information. ## FAQ See [FAQ](http://alibaba.github.io/weex/doc/faq.html) for more information. ## Contributing See [Weex Contributing Guide](./CONTRIBUTING.md) for more information.