vue.js is an open source JavaScript framework for creating user interfaces and a Web application framework for creating single-page applications; the core focus of vue is the view layer in the MVC pattern. At the same time, it can also Easily obtain data updates and interact with the view and model through specific methods within the component.
The operating environment of this article: windows7 system, vue2.5.17 version, Dell G3 computer.
Recommended: "vue tutorial"
Vue.js (/vjuː/, or Vue for short) is an open source JavaScript framework for creating user interfaces. A web application framework for creating single-page applications. A 2016 JavaScript survey showed that Vue had 89% developer satisfaction. On GitHub, the project receives an average of 95 stars per day, making it the third most starred project in Github history.
Vue.js is a popular JavaScript front-end framework designed to better organize and simplify web development. The core focus of Vue is the view layer in the MVC pattern. At the same time, it can also easily obtain data updates and realize the interaction between the view and the model through specific methods within the component.
After working for AngularJS, Vue author You Yuxi developed this framework. He claimed that his idea was to extract the parts of Angular that he liked and build a fairly lightweight framework.
Vue was first released in February 2014. The author published the earliest version in Hacker News, Echo JS and Reddit's /r/javascript section[9]. Within a day, Vue was on the home page of these three websites. Vue is one of the most popular open source projects on Github. At the same time, in JavaScript frameworks/function libraries, the number of stars Vue has received has exceeded that of React, and is higher than Backbone.js, Angular 2, jQuery and other projects.
Core plug-in
#vue-loader
vueify
vue-cli
The above is the detailed content of What is vue.js. For more information, please follow other related articles on the PHP Chinese website!