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.

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/vuejs-core-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

API entry from apis.yml

apis.yml Raw ↑
name: Vue.js Core API
description: 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.
image: https://vuejs.org/images/logo.png
humanUrl: https://vuejs.org/api/
baseUrl: https://cdn.jsdelivr.net/npm/vue@3
tags:
- Components
- Composition API
- Framework
- JavaScript
- Reactive
properties:
- type: Documentation
  url: https://vuejs.org/guide/introduction.html
- type: API Documentation
  url: https://vuejs.org/api/
- type: Tutorial
  url: https://vuejs.org/tutorial/
- type: Examples
  url: https://vuejs.org/examples/
- type: Style Guide
  url: https://vuejs.org/style-guide/
- type: GitHub
  url: https://github.com/vuejs/core
- type: CDN
  url: https://cdn.jsdelivr.net/npm/vue@3/dist/vue.global.js
- type: NPM
  url: https://www.npmjs.com/package/vue
- type: Migration Guide
  url: https://v3-migration.vuejs.org/