Skip to content
快速导航

nuxi cleanup - 删除文件缓存

nuxi cleanup是一个在 Nuxt 项目中删除文件缓存文件命令。

nuxi cleanup命令删除了生成的 Nuxt 文件和缓存,包括:

  • .nuxt
  • .output
  • node_modules/.vite
  • node_modules/.cache

语法

npx nuxi clean|cleanup [rootDir]
选项默认值描述
rootDir.项目的根目录