Home >Web Front-end >Front-end Q&A >Are vue and vuejs the same?
vue and vuejs are the same, because vue is just the abbreviation of vuejs, there is no difference; vuejs is an open source JavaScript framework for creating user interfaces, and it is also a Web application framework for creating single-page applications.
The operating environment of this article: windows7 system, vue2.5.17, DELL G3 computer
Are vue the same as vuejs?
vue and vuejs are the same, because vue is just the abbreviation of vuejs, there is no difference.
vuejs is an open source JavaScript framework for creating user interfaces and 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.
Introduction to the development of vue:
After working for AngularJS, the author of Vue, 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 on Hacker News, Echo JS and Reddit's /r/javascript section. Within a day, Vue was on the home page of these three websites. [10]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.
Related recommendations: The latest 5 vue.js video tutorial selections
The above is the detailed content of Are vue and vuejs the same?. For more information, please follow other related articles on the PHP Chinese website!