About 9,850 results
Open links in new tab
  1. KeepAlive - Vue.js

    KeepAlive is a Vue.js component that caches inactive components to improve performance and reduce re-rendering for better user experience in web applications.

  2. HTML and Static Assets - Vue CLI

    HTML and Static Assets HTML The Index File The file public/index.html is a template that will be processed with html-webpack-plugin. During build, asset links will be injected automatically. In …

  3. TypeScript with Composition API - Vue.js

    Learn how to use TypeScript with Vue.js Composition API for improved type safety and development experience.

  4. Migrating from Vue 2 - Vue Router

    Most of Vue Router API has remained unchanged during its rewrite from v3 (for Vue 2) to v4 (for Vue 3) but there are still a few breaking changes that you might encounter while migrating …

  5. Priority B Rules: Strongly Recommended - Vue.js

    It may include components like this one: As you might notice, it's quite difficult to see which components are specific to the search. Now let's rename the components according to the …

  6. HTML and Static Assets | Vue CLI

    Sep 2, 2019 · HTML and Static Assets HTML The Index File The file public/index.html is a template that will be processed with html-webpack-plugin . During build, asset links will be …

  7. Built-in Components - Vue.js

    Built-in components can be used directly in templates without needing to be registered. They are also tree-shakeable: they are only included in the build when they are used.

  8. Conditional Rendering — Vue.js

    Conditional Groups with v-if on <template> Because v-if is a directive, it has to be attached to a single element. But what if we want to toggle more than one element? In this case we can use …

  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. Getting Started | Vue Loader

    Getting Started Vue CLI If you are not interested in manually setting up webpack, it is recommended to scaffold a project with Vue CLI instead. Projects created by Vue CLI are pre …