Open links in new tab
  1. Migrating to Vue Router 5

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

  2. Template Syntax - Vue.js

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

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

  4. National Burger Day 2025 Celebrations Deals

    Sep 20, 2025 · These will include major fast-food chains like McDonald's, Burger King, and Wendy's, as well as popular fast-casual brands such as Five Guys, Shake Shack, and …

  5. VuePress

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

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

  7. Components Basics | Vue.js

    For example, we may decide to include an accessibility feature to enlarge the text of blog posts, while leaving the rest of the page at its default size. In the parent, we can support this feature …

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

  9. Vue.js

    The final rendered result will not include the `<template>` element. ```vue-html <template v-if="ok"> <h1>Title</h1> <p>Paragraph 1</p> <p>Paragraph 2</p> </template> ``` `v-else` and …

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