Static GitHub Issues

[931] Is it possible to use Nuxt without SSR?

prev: Is there a guide on how to migrate vue.js app to nuxt.js?
next: Webpack-bundle-analyzer in development mode

I would like to use Nuxt without SSR. I am not talking about nuxt generate because it does not support dynamic params in routes (I know it's possible to fetch params dynamically on build time but I need real dynamic params). I would like to serve application like normal SPA app: for each path serve same index.html with router that takes care of routing on client side. Is it possible?

<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c804">#c804</a>)</em></sub></div>