You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: