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