I'm working on a Nuxt universal app, but some parts of the app should be a SPA, so I'm using ssr: false
in .vue
pages.
What I don't understand is how do I treat those pages in production? Do I have to build them with npm run build
? Currently I am using Nginx to render the Nuxt app.