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
Deprecated: please use ssr: false
instead of mode: spa
To learn more about the ssr
option, checkout the ssr property.
To learn more about the mode
option, checkout the rendering modes section.
Contributors












잘못된 부분이 있거나 이 문서에 기여하고 싶으신가요? GitHub에서 이 페이지를 수정해주세요!