This app contains Latest Vue 3 Official Documentation which includes Vue.js Guide. Documentation is available offline which means you can read the documentation without any internet connection.
Vue 3’s biggest feature is the Composition API, which provides an alternate syntax for writing larger components, reusing code across components, and using TypeScript.
Essentials
Installation
Introduction
The Vue Instance
Template Syntax
Computed Properties and Watchers
Class and Style Bindings
Conditional Rendering
List Rendering
Event Handling
Form Input Bindings
Components Basics
Components In-Depth
Component Registration
Props
Custom Events
Slots
Provide / inject
Dynamic & Async Components
Template refs
Handling Edge Cases
Transitions & Animation
Transition & Animations Overview
Enter & Leave Transitions
List Transitions
State Transitions
Reusability & Composition
Mixins
Custom Directives
Teleport
Render Functions
Plugins
Advanced Guides
Reactivity
Composition API
Tooling
Single File Components
Testing
Scaling Up
Routing
State Management
Server-Side Rendering
Accessibility
Basics
Semantics
Standards
Resources