{"id":13471089,"url":"https://github.com/apache/incubator-weex","last_synced_at":"2025-10-05T16:31:09.075Z","repository":{"id":41293836,"uuid":"78186814","full_name":"apache/incubator-weex","owner":"apache","description":"Apache Weex (Incubating)","archived":true,"fork":false,"pushed_at":"2021-05-31T09:47:25.000Z","size":282740,"stargazers_count":13728,"open_issues_count":248,"forks_count":1810,"subscribers_count":528,"default_branch":"master","last_synced_at":"2025-01-21T07:35:20.108Z","etag":null,"topics":["weex"],"latest_commit_sha":null,"homepage":"https://weex.apache.org","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/apache.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null}},"created_at":"2017-01-06T08:00:06.000Z","updated_at":"2025-01-17T05:53:05.000Z","dependencies_parsed_at":"2022-07-16T18:30:35.172Z","dependency_job_id":null,"html_url":"https://github.com/apache/incubator-weex","commit_stats":null,"previous_names":[],"tags_count":30,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fincubator-weex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fincubator-weex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fincubator-weex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fincubator-weex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apache","download_url":"https://codeload.github.com/apache/incubator-weex/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235033800,"owners_count":18925499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["weex"],"created_at":"2024-07-31T16:00:39.624Z","updated_at":"2025-10-05T16:30:59.058Z","avatar_url":"https://github.com/apache.png","language":"C++","readme":"# Weex\n\nA framework for building Mobile cross-platform UI.\n\n[![Build Status](https://travis-ci.org/apache/incubator-weex.svg?branch=master)](https://travis-ci.org/apache/incubator-weex/)\n\n## Join Us\n**Join us through [mailing list](https://weex.apache.org/guide/contribute/how-to-contribute.html#mailing-list).**\n\n## Convenience Distribution \n**Since 0.28.0, Weex would publish two convince binary in each release for Android, please [read the documentation about the detail](major_change.html).**\n\n**Please take the above link seriously, otherwise you would be able to use the latest version of Weex.**\n\n| platform | status |\n| -------- | ------ |\n| Android | [sdk ![Download](https://api.bintray.com/packages/weex/Android/sdk/images/download.svg)](https://bintray.com/weex/Android/sdk/_latestVersion) Or [sdk_legacy ![Download](https://api.bintray.com/packages/weex/Android/sdk_legacy/images/download.svg)](https://bintray.com/weex/Android/sdk_legacy/_latestVersion) |\n| iOS | [![Pod version](https://badge.fury.io/co/WeexSDK.svg)](https://cocoapods.org/pods/WeexSDK) [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) |\n| [Mobile Web](https://github.com/weexteam/vue-render-for-apache-weex) | [![npm version](https://badge.fury.io/js/weex-vue-render.svg)](https://www.npmjs.com/package/weex-vue-render) |\n\nSupport Android 4.1 (API 16), iOS 9.0+ and WebKit 534.30+.\n\n**FYI: The [mobile web render](https://github.com/weexteam/vue-render-for-apache-weex) is not supported by Apache Weex officially**\n\n## For Windows\nFirst of all, compiling or building Weex from Windows is not supported officially.\n\nYou could install [Git for Windows](https://git-scm.com/download/win) and run all the following commands in git-bash.\n\nGood Luck.\n\n## Meet Weex\n\n* Install [Weex Playground](https://weex.apache.org/tools/playground.html) to see examples we already written.\n* If you want to write a demo, install [weex-cli](https://www.npmjs.com/package/weex-toolkit) in [Node.js](http://nodejs.org/) 8.0+ and\n* Run `weex init` to generate \u0026 start a simple project in an empty folder.\n* Follow the instructions in the project README.\n* Enjoy it.\n\n## Use Weex\n\n* [Tutorial](http://weex.apache.org/guide/)\n* [Documents](http://weex.apache.org/references)\n\n### Android\n**You should install [android environment](./HOW-TO-BUILD.md#android) before building.**\n\nYou can either build Weex from IDE (*Android Studio*) or command line.\n\n#### Build From Android Studio\n1. Open `android` directory in Android Studio.\n2. Run `git submodule update --init --remote` in `android` directory if this is the first time you try to run Weex.\n\n#### Build From Command Line\nPlease read [How To Build](./HOW-TO-BUILD.md) for detail.\n\n### iOS\n**You should install [iOS environment](./HOW-TO-BUILD.md#ios) before building.**\n\nYou can either build Weex from IDE (*XCode*) or command line.\n\n#### Build From XCode\n* Run playground\n  * `cd ios/playground`\n  * `pod install`\n  * Open `WeexDemo.xcworkspace` in Xcode\n  * Click \u003cimg src=\"http://img1.tbcdn.cn/L1/461/1/5470b677a2f2eaaecf412cc55eeae062dbc275f9\" height=\"16\" \u003e (`Run` button) or use default shortcut `cmd + r` in Xcode\n  * 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~~\n* integrate to your application\n\n  - **[CocoaPods](https://cocoapods.org)**\n\n     Add the following line to your Podfile:\n   ```\n     pod 'WeexSDK'\n   ```\n    run `pod install`\n\n  - **[Carthage](https://github.com/carthage/carthage)**\n\n    Add the following line to your Cartfile:\n   ```\n     github \"apache/incubator-weex\"\n   ```\n   Run `carthage update`, and you should now have the latest version of   `WeexSDK` in your `Carthage` folder.\n\n#### Build From Command Line\nPlease read [How To Build](./HOW-TO-BUILD.md) for detail.\n\n### Mobile Web\n**Vue Render for Apache Weex is a third party plugin, and not developed nor maintained by Apache Weex.**\n\nsee [Vue Render for Apache Weex](https://github.com/weexteam/vue-render-for-apache-weex).\n\n## Third part plugin\nThere is a third party plugin provides for debugging purpose.\n* [Android](https://weex.apache.org/guide/debug/integrate-devtool-to-android.html)\n* [iOS](https://weex.apache.org/guide/debug/integrate-devtool-to-ios.html)\n\nYou can also view this page for all [third party plugin](https://weex.apache.org/tools).\n\n## Weex Community\n* [Mailing List](https://weex.apache.org/guide/contribute/how-to-contribute.html#mailing-list) Weex Mailing List, where most discussion happens.\n* [StackOverflow](http://stackoverflow.com/questions/tagged/weex): Ask questions about Weex.\n* [SegmentFault (cn)](https://segmentfault.com/t/weex): 中文交流与讨论\n* [Telegram Russian Community Group](https://telegram.me/weex_ru)\n\n### Contributing\n\nSee [Weex Contributing Guide](./CONTRIBUTING.md) for more information.\n","funding_links":[],"categories":["C++","JavaScript","小程序与App","2. JavaScript 框架汇总"],"sub_categories":["Web管理后台通用"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Fincubator-weex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapache%2Fincubator-weex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Fincubator-weex/lists"}