About 7,330 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 …

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

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

  4. Overview - vue.js

    When you instantiate a Vue instance, you need to pass in an option object which can include information about the DOM element, data object, mixin methods, lifecycle callbacks and more.

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

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

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

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

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

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