About 8,270 results
Open links in new tab
  1. 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 adding a …

  2. 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 starting point. If …

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

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

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

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

  7. Ways of Using Vue

    Standalone Script Vue can be used as a standalone script file - no build step required! If you have a backend framework already rendering most of the HTML, or your frontend logic isn't complex enough …

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

  9. 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 into the …

  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)