Home > Article > Web Front-end > What is vue architecture
Vue architecture is a MVVM progressive javascript framework, which is the preferred front-end framework for start-up projects. The goal of Vue is to implement responsive data binding and composed view components through the simplest possible API.
#If you are not learning JavaScript, do you know what vue is? Do you know what vue architecture is?
vue architecture is also the vue framework. In fact, the Vue framework is a progressive JavaScript framework of MVVM. The editor below will tell you what the vue architecture is.
The Vue framework is an MVVM progressive JavaScript framework, a progressive framework for building user interfaces, and is the preferred front-end framework for start-up projects.
The goal of Vue is to implement responsive data binding and composed view components through the simplest possible API.
The Vue framework is lightweight and has many independent functions or libraries. In vue, we can choose some of its functions according to our own projects. Vue's core library only focuses on the view layer, so developers only focus on the m-v mapping relationship.
The "progressive framework" and "bottom-up incremental development design" mentioned are two concepts of Vue development.
Vue can be used in any other type of project, with lower cost, more flexibility, and weaker claims. Other technologies can also be easily integrated into Vue projects for development, and because of Vue’s ecology The system is extremely large and you can find basically all types of tools used in Vue projects.
Related tutorials: vue architecture video tutorial
The above is the detailed content of What is vue architecture. For more information, please follow other related articles on the PHP Chinese website!