See the page at: https://kin-au.github.io/vue-intro
- instances and components
- conditional rendering
- rendering lists by mapping arrays
- class and style bindings
- computed properties
- forms with input bindings
- emitting custom events
- select different item sub-options
- toggle image when hovering over sub-options
- see whether item is in stock
- warn user when stock level is low
- prevent adding to basket if no stock is available
- see number of items in the basket
- remove item from the basket
- see any reviews on the item
- submit a review of the item