About 6,990 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. 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 …

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

  4. Production Deployment - Vue.js

    Vue.js - The Progressive JavaScript FrameworkProduction Deployment Development vs. Production During development, Vue provides a number of features to improve the development experience: …

  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. Application API | Vue.js

    Vue.js - The Progressive JavaScript FrameworkDetails The argument can either be an actual DOM element or a CSS selector (the first matched element will be used). Returns the root component …

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

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

  10. Introduction — Vue.js

    Greater Depth: To avoid making the guide too long, we try to include only the simplest possible examples to help you understand each feature. Then we move on. In the cookbook, we can include …