vue-notes

License Vuejs Commit Activity

Vue.js Notes

Vue - The Complete Guide (w/ Router, Vuex, Composition API)
Created by Maximilian Schwarzmüller

Table of Contents

  1. Introduction
  2. Basics & Core Concepts
  3. Rendering Conditional Content & Lists
  4. Course Project The Monster Slayer Game
  5. Vue Behind the Scenes
  6. Introduction to Components
  7. Moving to a Better Development Setup & Workflow with the Vue CLI
  8. Component Communication
  9. Dividing Deeper into Components
  10. Course Project: The Learning Resources App

Course Outline

  1. Basics

    1. Core #Syntax
    2. Templates
    3. Directive: Instructions that are exclusively understood by vue in HTML template
    4. Data
    5. Methods: Functions which can be executed when called upon
    6. Computed Properties: Dependency aware properties
    7. Watchers: Dependency aware methods
  2. Intermediate

    1. Components
    2. Component Communication
    3. Behind the Scenes
    4. Forms
    5. Http
    6. routing
    7. Animations
  3. Advanced

    1. Vuex
    2. Authentication
    3. Deployment and Optimizations
    4. Composition-API
    5. Re-using Code

📖 Course Projects

⭐ Self Projects

Projects I assigned myself to better understand vue.

📚 Resources & References