The target Property
Deployment targets for Nuxt >= v2.13:
- Type:
string
- Default:
server
- Possible values:
'server'
: For server side rendering'static'
: For static sites
- Default:
You can use this option to change default nuxt target for your project using
nuxt.config.js
To learn more about the target option check out the deployment targets section.
Contributors












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