About 5,810 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. 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 …

  3. 单文件组件规范 | Vue Loader

    Vue 单文件组件 (SFC) 规范 简介 .vue 文件是一个自定义的文件类型,用类 HTML 语法描述一个 Vue 组件。每个 .vue 文件包含三种类型的顶级语言块 <template> 、 <script> 和 <style>,还允 …

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

  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. Examples | Vue.js

    Explore practical examples of Vue.js, the progressive JavaScript framework for building web user interfaces with intuitive API and world-class documentation.

  7. SFC Syntax Specification - Vue.js

    Custom Blocks Additional custom blocks can be included in a *.vue file for any project-specific needs, for example a <docs> block. Some real-world examples of custom blocks include:

  8. Announcing Vue 3.4 | The Vue Point

    Dec 28, 2023 · In addition, 3.4 also adds a new compile-time flag, __VUE_PROD_HYDRATION_MISMATCH_DETAILS__, which can be used to force hydration …

  9. Vue 3 Migration Guide

    Dec 31, 2023 · Notable New Features Some of the new features to keep an eye on in Vue 3 include: Composition API * SFC Composition API Syntax Sugar (<script setup>) * Teleport …

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