How to install apache/incubator-weex. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
apache/incubator-weex Installation Guide
How to install apache/incubator-weex. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for apache/incubator-weex. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i apache/incubator-weexor
Install via npx
npx @hexmos/ipm i apache/incubator-weexPrerequisites
Git
system_toolVersion: 2.30.0+ (or latest version)
Android Studio
build_toolVersion: 4.1.1+ (or latest version)
Xcode
system_toolVersion: 13.2.1+ (or latest version)
Node.js
build_toolVersion: 8.0.0+ (or latest version)
Python
languageVersion: 3.7+ (or latest version)
Android SDK
system_packageVersion: 28.0+ (or latest version)
iOS SDK
system_packageVersion: 14.0+ (or latest version)
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Android Studio IDE Build
git submodule update --init --remote
git submodule update --init --remoteiOS Pod Install
pod installWeex Project Initialization
weex initWeex Project Initialization
weex initPost Installation Steps
- Open the Weex Playground: https://weex.apache.org/tools/playground.html to see examples we already written.
- If you want to write a demo, install `weex-cli` in Node.js 8.0+ and run `weex init` to generate & start a simple project in an empty folder.
- Follow the instructions in the project README for more details.
- You can also view this page for all third party plugin: https://weex.apache.org/tools
