mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-14 18:13:54 +00:00
f26a801775
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: Daniel Roe <daniel@roe.dev>
604 B
604 B
title | description | links | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
nuxi cleanup | Remove common generated Nuxt files and caches. |
|
npx nuxi clean|cleanup [rootDir]
The cleanup
command removes common generated Nuxt files and caches, including:
.nuxt
.output
node_modules/.vite
node_modules/.cache
Option | Default | Description |
---|---|---|
rootDir |
. |
The root directory of the project. |