About 7,270 results
Open links in new tab
  1. Scoped CSS | Vue Loader

    Mixing Local and Global Styles You can include both scoped and non-scoped styles in the same component:

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

  3. Migrating from Vue 2 - Vue Router

    New Features Some of new features to keep an eye on in Vue Router 4 include: Dynamic Routing Composition API

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

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

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

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

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

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