nuxi cleanup
移除常见的 Nuxt 生成文件和缓存。
Terminal
npx nuxi cleanup [rootDir]
cleanup
命令会移除常见的 Nuxt 生成文件和缓存,包括:
.nuxt
.output
node_modules/.vite
node_modules/.cache
选项 | 默认值 | 描述 |
---|---|---|
rootDir | . | 项目的根目录。 |
npx nuxi cleanup [rootDir]
cleanup
命令会移除常见的 Nuxt 生成文件和缓存,包括:
.nuxt
.output
node_modules/.vite
node_modules/.cache
选项 | 默认值 | 描述 |
---|---|---|
rootDir | . | 项目的根目录。 |