Coding Challenge: Routing Using Nuxt
Create a project using the Nuxt router.
We'll cover the following...
Problem statement
In this challenge, create a Nuxt project to switch between pages and dynamic routes and display a product ID from the params
. Some files have been created to modify, and you can add your code. A default.vue
file has been added to the layouts
directory. The about.vue
...