In vue, WEEX is a framework for developing high-performance native applications using popular web development experiences; Weex is committed to enabling developers to build Android, iOS and web apps.
Weex (pronounced /wiːks/, the same as "Weeks") is a framework for developing high-performance native applications using the popular web development experience.
Weex is committed to enabling developers to build Android, iOS and Web applications based on common cross-platform web development languages and development experience. Simply put, after integrating WeexSDK, you can use JavaScript language and front-end development experience to develop mobile applications.
The Weex rendering engine is separate from the DSL syntax layer, and Weex does not rely heavily on any specific front-end framework. Currently, the two front-end frameworks Vue.js and Rax are widely used in Weex page development, and Weex also provides the most complete support for these two front-end frameworks. Another main goal of Weex is to follow popular web development technologies and combine them with native development technologies to achieve a high degree of unity in development efficiency and operating performance. During the development phase, a Weex page is just like developing an ordinary web page; at runtime, the Weex page makes full use of the native components and capabilities of various operating systems.
Here is the simplest example developed using Weex and Vue.js. You can get an overview of how Weex works.
Programming Video Course! !
The above is the detailed content of What is vue WEEX?. For more information, please follow other related articles on the PHP Chinese website!