Vue Flashcards

1
Q

What is Vue?

A

Vue.js is a progressive framework for JavaScript used to build web interfaces and one-page applications.
Model-View-Controller (MVC) architecture. Simply put, view is a UI of an application/website, and the core library of Vue.js focuses the view layer by default. But, MVC doesn’t mean that Vue.js can’t be used with a different architectural approach like the Component Based Architecture (CBA) used in React.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly