📄️ Vue Axios
install
📄️ Vue Components
A Parent can pass to child
📄️ Vue Computed Property
- create a computed ref that computes its .value based on other reactive data sources
📄️ Vue Create App
Official guide
📄️ Vue Definitions
Single-File Components, Options API vs Composition API, Features, ...
📄️ Vue Deployment
📄️ Vue Directives
A directive is a special attribute that starts with the v- prefix.
📄️ Vue How It Woks
Lifecycle hooks
📄️ Vue Overview
Installation
📄️ Vue Pinia
Pinia is a store library for Vue, it allows you to share a state across components/pages.
📄️ Vue Production Mode
Configure Vue Js App for production mode
📄️ Vue Router
Documentation
📄️ Vue Template Ref
There will be cases where we need to manually work with the DOM.
📄️ Vue Watchers
Sometimes we may need to perform "side effects" reactively - We can achieve this with watchers