About 6,110 results
Open links in new tab
  1. Quick Start - Vue.js

    Quick Start Try Vue Online To quickly get a taste of Vue, you can try it directly in our Playground. If you prefer a plain HTML setup without any build steps, you can use this JSFiddle as your …

  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 …

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

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

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

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

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

  8. Announcing VitePress 1.0 | The Vue Point

    Mar 21, 2024 · Today we are happy to announce the (long overdue) 1.0 release of VitePress! VitePress is a Static Site Generator (SSG) designed for building fast, content-centric websites. …

  9. مكون KeepAlive | Vue.js إطار

    التضمين / استبعاد افتراضيا، ستخزن أي نسخة للمكون داخل <KeepAlive> ، ويمكننا تخصيص هذا السلوك عبر التوابع include و exclude.

  10. KeepAlive - Vue.js

    Możemy dostosować to zachowanie za pomocą właściwości include i exclude. Obie właściwości mogą być ciągiem znaków rozdzielonym przecinkami, wyrażeniem regularnym RegExp lub …