Open links in new tab
  1. Vueconf US – May 19-21, 2026 in Atlanta, GA | Vue.js Conference

    Examples of harassment include offensive comments, verbal threats or demands, sexualized images or language in public spaces, intimidation, stalking, harassing photography or recording, sustained …

  2. Migrating to Vue Router 5

    jsonc { "include": [ "./typed-router.d.ts", "unplugin-vue-router/client", // ... ], }

  3. 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

  4. 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 …

  5. VuePress

    Vue-powered Static Site Generator 404 How did we get here? Take me home.

  6. Template Syntax - Vue.js

    Learn the basics of Vue.js template syntax, including dynamic content rendering, directives, and expressions for building interactive web applications.

  7. Plugin - VuePress

    Sep 12, 2024 · Plugin With the help of , VuePress plugin can provide different features for you. Official Plugin VuePress team provides some official plugins. You need to import and use them i...

  8. Glossary - Vue.js

    It refers to the ability to use a custom HTML element in your HTML markup to include a Web Component at that point in the page. Vue has built-in support for rendering custom elements and allows them to …

  9. API 参考 | Vue.js

    Vue.js - 渐进式的 JavaScript 框架 <script setup> 基本语法 响应式 使用组件 使用自定义指令 defineProps () 和 defineEmits () defineModel () defineExpose () defineOptions () defineSlots () useSlots () 和 …

  10. 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