I am new to Nuxt.js and working on an SPA project in which I need dynamic routes for a table.
Following the documentation, I was able to generate dynamic routes with: nuxt generate
.
But it only generates those routes for the build.
My question is, how can I work with dynamic routes in a development environment for testing and building the UI in my SPA project?