About 8,440 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. Ways of Using Vue

    Vue.js - The Progressive JavaScript FrameworkWays of Using Vue We believe there is no "one size fits all" story for the web. This is why Vue is designed to be flexible and incrementally …

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

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

  7. Introduction - Vue DevTools

    Unleash Vue Developer ExperienceIntroduction What is Vue DevTools? Vue DevTools is a tool designed to enhance the Vue developer experience, it is a powerful and versatile tool that can …

  8. Introduction — Vue.js

    Greater Depth: To avoid making the guide too long, we try to include only the simplest possible examples to help you understand each feature. Then we move on. In the cookbook, we can …

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

  10. Tooling | Vue.js

    Build files that do not include .runtime are full builds: they include the compiler and support compiling templates directly in the browser. However, they will increase the payload by ~14kb. …