
Template Syntax - Vue.js
Learn the basics of Vue.js template syntax, including dynamic content rendering, directives, and expressions for building interactive web applications.
ESLint - Vue Router
The official Router for Vue.js Are you an LLM? You can read better optimized documentation at /file-based-routing/eslint.md for this page in Markdown format
Vueconf US – May 19-21, 2026 in Atlanta, GA | Vue.js Conference
Examples include Vueconf.US registration, sending e-mail, and processing credit card payments. They have access to personal information needed to perform their functions, and this is subject to their …
VuePress
Vue-powered Static Site Generator 404 How did we get here? Take me home.
Component Registration | Vue.js
A Vue component needs to be "registered" so that Vue knows where to locate its implementation when it is encountered in a template. There are two ways to register components: global and local. Global …
Vue 3 Migration Guide
Dec 31, 2023 · Notable New Features Some of the new features to keep an eye on in Vue 3 include: Composition API * SFC Composition API Syntax Sugar (<script setup>) * Teleport Fragments Emits …
Quick Start - Vue.js
Quick Start Try Vue Online To quickly get a taste of Vue, you can try it directly in our Playground. If you prefer a plain HTML setup without any build steps, you can use this JSFiddle as your starting point. If …
Migrating from Vue 2 - Vue Router
New Features Some of new features to keep an eye on in Vue Router 4 include: Dynamic Routing Composition API
API 参考 | Vue.js
Vue.js - 渐进式的 JavaScript 框架 <script setup> 基本语法 响应式 使用组件 使用自定义指令 defineProps () 和 defineEmits () defineModel () defineExpose () defineOptions () defineSlots () useSlots () 和 …
Extending Routes - Vue Router
Extending routes in config You can extend the routes at build time with the extendRoute or the beforeWriteFiles options. Both can return a Promise: ts