Vue
- Also known as
- Vue.js
- Pronounced
- vyoo (exactly like the English word "view")
Vue is a JavaScript framework that follows the MVVM pattern, building interfaces through reactive data binding — when the data changes, the part of the page showing it updates by itself.