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

  2. Template Syntax — Vue.js

    Template Syntax Vue.js uses an HTML-based template syntax that allows you to declaratively bind the rendered DOM to the underlying Vue instance’s data. All Vue.js templates are valid …

  3. Style Guide — Vue.js

    You can definitely include these connector words in component names if you’d like, but the order is still important. Also note that what’s considered “highest-level” will be contextual to your app.

  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 …

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

  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 …

  8. Routes' Matching Syntax - Vue Router

    Custom regex in params When defining a param like :userId, we internally use the following regex ( [^/]+) (at least one character that isn't a slash /) to extract params from URLs. This works well …

  9. Installation - Vue Router

    If you're starting a new project, you might find it easier to use the create-vue scaffolding tool, which creates a Vite-based project with the option to include Vue Router:

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