nuxt7
nuxt7 copied to clipboard
Enable SSR with nuxt7?
Is it possible to enable SSR with nuxt7?
The boilerplate has the following build rules:
// Force mode to SPA this.options.mode = 'spa' this.options.render.ssr = false this.options.build.ssr = false
When disabling I get an error: Cannot find module 'consola'.
I know framework7 out of the box only supports SPA, but is there a way to run nuxt7 with SSR?