Want to take a look at our new docs? Our
new docs
are now in beta. Have fun!
API: rootDir 属性配置
rootDir 属性配置
- 类型:
String
- 默认值:
process.cwd()
设置 Nuxt.js 应用的根目录。
该配置项的值会被 nuxt 命令行 指定的路径参数覆盖(例如:nuxt my-app/
会将 rootDir
的值覆盖设置为 my-app/
目录对应的绝对路径)。
该配置项一般是 编码中使用 Nuxt.js 时才会被用到。
该配置项的一个限制是应用的 node_modules
目录必须在 rootDir
目录内。 应用的源码目录(srcDir
)则无此限制,具体请查看 srcDir
属性配置。
Contribution for this page is now closed. If you would like to contribute please check out our
new docs
are now in beta. Have fun!