Skip to content

SSR

We now have a stater template Vitify Nuxt based on Nuxt 3. It has configured with SSR functionality out of the box, powered by Vuetify Nuxt module.

SSR is not turned on by default in vitify-nuxt since there is a layout bug in Vuetify related with SSR. You can set ssr: true in nuxt.config.ts to enable it.

Nuxt 3 also works perfectly with SPA or SSG. It's highly recommend to use Nuxt 3 for better Vue developer experience and more consistent maintenance.

Released under the MIT License.