Languages & Frameworks

Vue.js

English

Overview

A JavaScript framework with a gentle learning curve and easy to work with.

Details

A reactive JavaScript framework designed to be adopted incrementally, valued for its low learning curve. It has a built-in reactivity system where simply embedding a variable in a template with {{ }} means the corresponding DOM is automatically updated whenever that variable changes -- no manual DOM manipulation code required.

More Programming terms