Coding along
- Connection and Instantiation
- Not a CSS course, but having some handy is a good idea, usually
- CDN link: https://unpkg.com/vue@next
- Vue is reportedly a singleton, so one app, lots of components is just as heavy as lots of apps
connect
- Common Pieces
- data
- methods
- computed
- props
- watch
- lifecycle