Home  >  Article  >  Web Front-end  >  What is the difference between vuejs and vue

What is the difference between vuejs and vue

藏色散人
藏色散人Original
2021-09-24 16:32:0413650browse

There is no difference between vuejs and vue. vue is just the abbreviation of vuejs; and vuejs is a set of progressive JavaScript frameworks used to build user interfaces; unlike other large frameworks, Vue is designed to be step-by-step from the bottom up. layer application.

What is the difference between vuejs and vue

The operating environment of this article: Windows 7 system, vue version 2.9.6, DELL G3 computer.

What is the difference between vuejs and vue?

There is no difference between vuejs and vue, vue is just the abbreviation of vuejs.

Vue (pronounced /vjuː/, similar to view) is a progressive JavaScript framework for building user interfaces. Unlike other large frameworks, Vue is designed to be applied layer by layer from the bottom up. Vue's core library only focuses on the view layer, which is not only easy to get started, but also easy to integrate with third-party libraries or existing projects. On the other hand, when combined with a modern tool chain and various supporting libraries, Vue is fully capable of providing drivers for complex single-page applications (SPA).

Main functions

Vue.js is a progressive framework for building user interfaces. Unlike other heavyweight frameworks, Vue adopts a bottom-up incremental development design. Vue's core library only focuses on the view layer, and is very easy to learn and integrate with other libraries or existing projects. Vue, on the other hand, is fully capable of driving complex single-page applications developed using single-file components and libraries supported by the Vue ecosystem.

The goal of Vue.js is to enable responsive data binding and composed view components through the simplest possible API.

Vue.js itself is not a comprehensive framework - it only focuses on the view layer. Therefore it is very easy to learn and very easy to integrate with other libraries or existing projects. On the other hand, Vue.js can also power complex single-page applications when used with related tools and support libraries.

Recommended: "The latest 5 vue.js video tutorial selections"

The above is the detailed content of What is the difference between vuejs and vue. For more information, please follow other related articles on the PHP Chinese website!

Statement:
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