Is there a way to see the route list generated by Nuxtjs based on pages folder items ? The problem is I don't know what exact route name is generated for the component.
$router.push({name: 'no-idea-what-the-route-name-is', query: { id: data.id } })
this is very useful in a large scale app.
in Laravel easily we can use php artisan route:list
command in same scenario.
There is a generated folder .nuxt
where you can find router.js
file with all your routes.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With