Home> Web Front-end> Vue.js> body text

What is vue.js

藏色散人
Release: 2023-01-13 00:45:04
Original
4061 people have browsed it

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.

What is vue.js

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-router

    #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!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!