Skip to main content

Routing

For routing, we decided to go the Nuxt path and use page routing, using unplugin-vue-router, which offers automatic file-based routing with type safety.

To add a new route, you need to create a new file in the pages directory.