-
Notifications
You must be signed in to change notification settings - Fork 0
Vue.js
- Beauty and the Beast
- 9-up
- goodgood
- Petty and Low Group
- Team Wang
-
Vue.js is a lightweight, high-performance, componentizable MVVM library, and has a very easy-to-use API;
-
Vue.js is a library for building data-driven web interfaces.
-
Vue.js is a progressive framework for building user interfaces. Unlike other heavyweight frameworks, Vue uses a bottom-up incremental development design. Vue's core library only focuses on the view layer, and is very easy to learn and integrate with other libraries or existing projects. On the other hand, Vue is fully capable of driving complex single-page applications developed with single-file components and libraries supported by the Vue ecosystem. Data-driven + componentized front-end development
In short: Vue.js is a progressive framework for building data-driven web interfaces. The goal of Vue.js is to implement responsive data binding and combined view components through the simplest possible API. The core is a responsive data binding system.