Vue.js Core API
Core Vue.js composition and options API for building reactive user interfaces. Provides reactivity primitives (ref, reactive, computed, watch), lifecycle hooks, component system, template directives, and application mounting. The primary API surface for Vue.js component development.
Documentation
Other Resources
API Documentation
https://vuejs.org/api/
Tutorial
https://vuejs.org/tutorial/
Examples
https://vuejs.org/examples/
Style Guide
https://vuejs.org/style-guide/
GitHub
https://github.com/vuejs/core
CDN
https://cdn.jsdelivr.net/npm/vue@3/dist/vue.global.js
NPM
https://www.npmjs.com/package/vue
Migration Guide
https://v3-migration.vuejs.org/