The buildDir Property
- Type:
String
- Default:
.nuxt
Define the dist directory for your Nuxt.js application
nuxt.config.js
export default {
buildDir: 'nuxt-dist'
}
By default, many tools assume that .nuxt
is a hidden directory, because its name starts with a dot. You can use this option to prevent that.
Contributors












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