Home > Article > Web Front-end > What is the relationship between js and vue
vue is a framework encapsulated in JavaScript. It is a progressive JavaScript framework used to build user interfaces and can achieve powerful functions. The goal of Vue.js is to implement responsive data binding and composed view components through the simplest possible API.
The operating environment of this tutorial: windows7 system, vue2.9.6 version, Dell G3 computer.
javaScript is a scripting language that runs on the browser side. JavaScript mainly solves the problem of front-end interaction with users, including use of interaction and data interaction. JavaScript is interpreted and executed by the browser.
Vue (pronounced /vjuː/, similar to view) is a progressive JavaScript framework for building user interfaces. Different from other heavyweight frameworks, Vue adopts 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. Vue, on the other hand, is fully capable of driving complex single-page applications developed using single-file components and libraries supported by the Vue ecosystem.
Related recommendations: "vue.js Tutorial", "JavaScript Video Tutorial"
The goal of Vue.js is to make it as simple as possible The API implements responsive data binding and composed view components.
Vue.js itself is not a comprehensive framework - it only focuses on the view layer. Therefore it is very easy to learn and very easy to integrate with other libraries or existing projects. On the other hand, Vue.js is also perfectly capable of powering complex single-page applications when used with related tools and supporting libraries.
For more programming related knowledge, please visit: Programming Video! !
The above is the detailed content of What is the relationship between js and vue. For more information, please follow other related articles on the PHP Chinese website!