About 8,470 results
Open links in new tab
  1. Installation | Vue Devtools

    Chrome Install the extension on the Chrome Web Store: Install on Chrome Beta To install the beta version of the devtools, remove or disable any existing versions and install the extension from here. …

  2. 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 its default size: In the parent, we can support this feature by adding a …

  3. Introduction - Vue DevTools

    Unleash Vue Developer ExperienceIntroduction What is Vue DevTools? Vue DevTools is a tool designed to enhance the Vue developer experience, it is a powerful and versatile tool that can …

  4. Nested Routes | Vue Router

    The official router for Vue.js.Note that nested paths that start with / will be treated as a root path. This allows you to leverage the component nesting without having to use a nested URL. As you can see …

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

  6. Composition API: Lifecycle Hooks - Vue.js

    All of its synchronous child components have been mounted (does not include async components or components inside <Suspense> trees). Its own DOM tree has been created and inserted into the …

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

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

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

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