Description
In this course, you will :
- Learn how to write well-written reactive Vue apps from the ground up.
- Discover how to use the new Vue 3 Composition API.
- Learn how to use Vue to build Single Page Applications.
- Discover where Vue fits into the web ecosystem.
- Discover the Vue design patterns.
- Vuex can teach you how to manage your global state.
Syllabus :
1. Course Introduction
- Introduction to Vue.js
- Vue.js version 2 vs. 3
- A First Vue.js App: Simple Grocery List
- Setting Up Your Dev Environment
2. Vue.js Essentials
- Reactivity
- Computed Properties
- Conditional Rendering
- Component Lifecycle Hooks