I'll introduce you to VueJS and how to get started by using a CDN to install it locally
01: Introduction
02: The Vue Instance
03: Data & Methods
04: Data Binding
05: Events
06: Event Modifiers
07: Keyboard Events
08: Two-Way Data Binding
09: Computed Properties
10: Dynamic CSS Classes
11: Conditionals
12: Looping with v-for
13: Simple Punchbag Game
14: Multiple Vue Instances
15: Intro to Components
16: Refs
17: The Vue CLI
18: Nesting Components
19: Component CSS (scoped)
20: Props
21: Primitive vs Reference Types
22: Events (child to parent)
23: The Event Bus
24: Life-cycle Hooks
25: Slots
26: Dynamic Components
27: Input Binding
28: Checkbox Binding
29: Select Box Binding
30: HTTP Requests
31: GET Requests
32: Custom Directives
33: Filters
34: Custom Search Filter
35: Registering Things Locally
36: Mixins
37: Setting up Routing
38: Hash vs History (Routing)
39: Adding Router Links
40: Route Parameters
41: Posting to Firebase
42: Retrieving Posts from Firebase