About 6,640 results
Open links in new tab
  1. Installation | Vue Router

    Direct Download / CDN https://unpkg.com/vue-router@3/dist/vue-router.js Unpkg.com provides npm-based CDN links. The above link will always point to the latest release on npm. You can also use a …

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

  3. Creating a Project - Vue CLI

    You will be prompted to pick a preset. You can either choose the default preset which comes with a basic Babel + ESLint setup, or select "Manually select features" to pick the features you need. The …

  4. Application API | Vue.js

    Details Expects the plugin as the first argument, and optional plugin options as the second argument. The plugin can either be an object with an install() method, or just a function that will be used as the …

  5. SFC Syntax Specification - Vue.js

    Some real-world examples of custom blocks include: Gridsome: <page-query> vite-plugin-vue-gql: <gql> vue-i18n: <i18n> Handling of Custom Blocks will depend on tooling - if you want to build your own …

  6. Announcing Vue 3.4 | The Vue Point

    Dec 28, 2023 · In addition, 3.4 also adds a new compile-time flag, __VUE_PROD_HYDRATION_MISMATCH_DETAILS__, which can be used to force hydration …

  7. HTML and Static Assets - Vue CLI

    Result filenames include content hashes so you don’t need to worry about browsers caching their old versions. The public directory is provided as an escape hatch, and when you reference it via …

  8. Ways of Using Vue

    Vue.js - The Progressive JavaScript FrameworkWays of Using Vue We believe there is no "one size fits all" story for the web. This is why Vue is designed to be flexible and incrementally adoptable. …

  9. TypeScript with Composition API - Vue.js

    In cases where the exact type of the component isn't available or isn't important, ComponentPublicInstance can be used instead. This will only include properties that are shared by …

  10. Installation | Vue DevTools

    Unleash Vue Developer ExperienceInstallation There are multiple options to add this tool to your projects, ensuring that it fits seamlessly into your development workflow. Whether you're working on …