You are browsing Nuxt 2 docs. Go to Nuxt 3 docs, or learn more about Nuxt 2 Long Term Support.

The mode property

Change default nuxt mode


  • Type: string
    • Default: universal
    • Possible values:
      • 'spa': No server-side rendering (only client-side navigation)
      • 'universal': Isomorphic application (server-side rendering + client-side navigation)

You can use this option to change default nuxt mode for your project using nuxt.config.js

Deprecated: please use ssr: false instead of mode: spa