API: The mode Property
- Type:
string
- Default:
universal
- Possible values:
'spa'
: No server-side rendering (only client-side navigation)'universal'
: Isomorphic application (server-side rendering + client-side navigation)
- Default:
You can use this option to change default nuxt mode for your project using
nuxt.config.js