About 7,050 results
Open links in new tab
  1. 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 …

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

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

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

  7. Introduction - Vue Router

    Features include: Nested routes mapping Dynamic Routing Modular, component-based router configuration Route params, query, wildcards View transition effects powered by Vue.js' transition …

  8. Fallthrough Attributes - Vue.js

    Common examples of this include class, style, and id attributes. When a component renders a single root element, fallthrough attributes will be automatically added to the root element's attributes.

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

  10. CLI Service - Vue CLI

    --inline-vue include the Vue module in the final bundle of library or web component target --name name for lib or web-component mode (default: "name" in package.json or entry filename)