Vue.js is a front-end JavaScript framework that includes a core library and a series of additional frameworks and plugins. Core framework: The Vue core library provides reactive data binding, component-based development and virtual DOM. Additional frameworks: including vue-router (routing management), vuex (state management), and frameworks for specific purposes (such as Vuex ORM, Vue Apollo). Plugins: extend Vue.js functionality to meet specific needs, such as interacting with HTTP APIs (vue-axios), handling dates and times (vue-moment), and integrating Google Maps (vue-google-maps).
Framework used by Vue
Vue.js is a front-end JavaScript framework for building user interfaces. It uses a core framework called the Vue.js core library, along with a range of additional frameworks and plugins to enhance its functionality.
Core Framework
Additional Frameworks
The Vue.js ecosystem provides a range of additional frameworks for specific purposes:
Plugins
In addition to frameworks, Vue.js also supports various plugins to extend its functionality and meet specific needs. For example:
The above is the detailed content of What framework does vue use?. For more information, please follow other related articles on the PHP Chinese website!