Feat: Add client-side routing
Use Vue-Router. Nginx in prod should be set up in a way to automatically resolve to /index.html instead of throwing 404s -> We need to handle 404s on the client side with a catch-all!
Use Vue-Router. Nginx in prod should be set up in a way to automatically resolve to /index.html instead of throwing 404s -> We need to handle 404s on the client side with a catch-all!