Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What does VueJS mean by calling themselves progressive framework? [closed]

Tags:

vue.js

What is progressive framework that is meant by official documentation of VueJs?
What are the differences of progressive framework and monolithic framework? with breafe intro May I have some example of any website for references what is progressive framework about? I can't really understand.

like image 922
Chinbin Avatar asked Jan 21 '20 04:01

Chinbin


People also ask

Why Vue is called progressive framework?

Vue. js is called a progressive framework because it is being changed and developed continually. Vue. js is called a progressive framework because it facilitates us to create Dynamic User Interfaces and single-page applications.

What is a progressive framework Vue?

Vue being progressive framework simply means that “If you have an existing server side application, you can plug VUE into just one part of your application”. You can then make changes if you wish to with their CORE libraries.

Is Vue js a development framework?

VueJS is a JavaScript framework used to develop simple SPAs and progressive web apps efficiently. VueJS is customizable, user-friendly, has two-way binding, and offers a range of other features. VueJS is highly preferred among front-end developers due to its simplicity and easier learning curve.

Is Vue maintained by open-source?

js (commonly referred to as Vue; pronounced "view") is an open-source model–view–viewmodel front end JavaScript framework for building user interfaces and single-page applications. It was created by Evan You, and is maintained by him and the rest of the active core team members.


1 Answers

The corrected answer for "what does progressive mean" is given in their Vue intro video: "If you have an existing server side application, you can plug VUE into just one part of your application". You can then scale if you wish with their CORE libraries.

So, it's not "all or none".

like image 195
jogoeire Avatar answered Nov 16 '22 03:11

jogoeire