Home > Article > Web Front-end > What vue.js is based on
vue.js is based on the MIT open source license. It is a JavaScript library used to build web UI and a progressive framework for building user interfaces; the goal of vue is to achieve response data through the simplest possible API. Bound and composed view components.
The operating environment of this tutorial: Windows 7 system, Vue version 2.9.6, DELL G3 computer. This method is suitable for all brands of computers.
Recommended: "vue Tutorial"
Vue.js is a JavaScript library used to build web UI, based on the MIT open source license.
Vue.js (pronounced /vjuː/, similar to view) is a progressive framework for building user interfaces.
Vue only focuses on the view layer and adopts a bottom-up incremental development design.
The goal of Vue is to implement responsive data binding and composed view components through the simplest possible API.
Features
Easy to use
Get started quickly based on HTML CSS JavaScript.
Flexible
Simple and compact core and progressive technology stack are enough to handle applications of any scale.
Performance
20kb min gzip running size, ultra-fast virtual DOM, and the most worry-free optimization.
The above is the detailed content of What vue.js is based on. For more information, please follow other related articles on the PHP Chinese website!