Files
30-seconds-of-code/glossary/Vue.md
2019-08-13 11:19:29 +03:00

8 lines
190 B
Markdown

---
title: Vue
tags: Vue
---
Vue.js is a progressive frontend framework for building user interfaces.
Vue.js separates view and state, utilizing a virtual DOM to update the user interface.