vue-docs
Installation
SKILL.md
Vue.js — The Progressive JavaScript Framework
Version: Vue 3.x (latest) | Source: vuejs.org
Vue (pronounced /vjuː/, like "view") is a JavaScript framework for building user interfaces. It builds on top of standard HTML, CSS, and JavaScript and provides a declarative, component-based programming model that helps you efficiently develop user interfaces of any complexity.
Core Features
- Declarative Rendering: Vue extends standard HTML with a template syntax that allows you to declaratively describe HTML output based on JavaScript state
- Reactivity: Vue automatically tracks JavaScript state changes and efficiently updates the DOM when changes happen
- Component-Based: Build UIs from reusable, composable components
- Progressive: Use Vue as little or as much as you need — from enhancing static HTML to full SPAs with SSR