Week 21

Back

Plan

Read about Routing
https://vuejs.org/guide/scaling-up/routing.html

Continue working on Vue.js concepts
https://vuejs.org/guide
https://vuejs.org/tutorial

Live coding

Simple custom "routing"

How do we navigate between different pages of a website?
Take a look at the source code

Popup dialog

How do make those popup dialogs? Do we need to use an external third party library? No! DIY :)
Take a look at the source code

Composition API -vs- Option API

There are TWO ways of writing Vue.js code and both can be used at the same time.
So far we've been using the Composition API which is more relevant for the future,
but we need to know about the Option API as well and how it works.
Take a look at the source code

Webshop!

We will focus on making a new "page" that is a form where the user can input details before purchase.