These are basic accompanying documents to help explain various features of vuejs.
- 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 ✅