Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 556 Bytes

README.md

File metadata and controls

24 lines (21 loc) · 556 Bytes

Basic VueJS 2 Crash Course 🔥

These are basic accompanying documents to help explain various features of vuejs.

Chapters

  • The app container ✅
  • Inline components ✅
  • Self-contained components ✅
  • Inline templates ✅
  • Props ✅
    • Parsing vs no-parsing ✅
    • Parent/Child inheritance ✅
    • Shorthand vs Longhand ✅
  • Life-cycle ✅
  • Immutable props vs mutable data ✅
  • Models and data ✅
  • Methods ✅
  • Computed properties ✅
  • Filters ✅
  • Extending classes aka Mixins ✅
  • Reactivity ✅
  • HTML Directives ✅
  • Slots ✅