Weex
A framework for building Mobile cross-platform UI.
(English Gitter)
(Chinese 中文�?�天室)
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
- Install Weex Playground App to see examples we already written.
- If you want to write a demo, install weex-toolkit in Node.js 4.0+ and
- Run
weex initto generate & start a simple project in an empty folder. - Follow the instructions in the project README.
- Enjoy it.
Use Weex
Android
- Prerequisites
- Install Node.js 4.0+
- Under project root
npm install, install project./start
- Install Android Environment
- Run playground, In Android Studio
- Add an example
Runtime
On Android Platform , Weex code is executed in weex_v8core which is based on Google V8 JavaScript engine.
iOS
- Prerequisites
- Install Node.js 4.0+
- Under project root
npm install, install project./start
- Install iOS Environment
- Install CocoaPods
- Run playground
- Add an example
Scripts
See SCRIPTS.md for more information.
IDE Plugin & Syntax Highlight & DevTool
See Weex Community Wiki page
Weex team have developed a DevTool to help you to improve we file debug efficiency.
FAQ
See FAQ for more information.
Community based Weex knowledge site
- weex article : article collection about Weex(文章集�??)
- weex.help : 3rd forum about Weex(第三方Weex中文技术论坛)
- gitter.im chinese room : an instant message chat room about Weex(Weex中文�?�天室)
Contributing
See Weex Contributing Guide for more information.