nuxt7 icon indicating copy to clipboard operation
nuxt7 copied to clipboard

Enable SSR with nuxt7?

Open weareinvision opened this issue 5 years ago • 0 comments

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?

weareinvision avatar Nov 12 '19 20:11 weareinvision