Skip to content

Course files of my self study of "Vue - The Complete Guide (incl. Router & Composition API)" course on Udemy, taught by Maximilian Schwarzmüller.

Notifications You must be signed in to change notification settings

soorajsprakash/Vue_Learn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vue - The Complete Guide (incl. Router & Composition API)

Projects


  • Project 1 : The Monster-slayer game



Topics covered

Section 1: Intro

  • Intro to Vue.
  • Rebuilding a simple js app with Vue.

Section 2: The basics & Core concepts

  • Interpolation
  • Data binding with v-bind (:)
  • Data object & methods
  • Events & methods
  • Event modifiers
  • 2 way binding
  • Computed properties
  • Watchers
  • Dynamic styling using inline & array syntax

Section 3: Conditional Rendering

  • v-if, v-else, v-else-if
  • v-show
  • v-for
  • Removing list items
  • Lists & Keys

Section 4: Vue - Behind the scenes

  • Understanding templates
  • Refs ($refs)
  • Vue app lifecycle

Section 5: Intro to Components

  • Components - Multiple Vue Apps vs Multiple Components
  • Starting with vue-cli

Section 6: Component Communication

  • Props (Parent -> Child communication) & its validation
  • Emiting custom events (Child -> Parent communication) & its validation
  • Fallthrough & binding props
  • Provide + Inject

About

Course files of my self study of "Vue - The Complete Guide (incl. Router & Composition API)" course on Udemy, taught by Maximilian Schwarzmüller.

Topics

Resources

Stars

Watchers

Forks