docs: document nuxi analyze command (#4068)

This commit is contained in:
Conner 2022-04-05 15:56:41 +02:00 committed by GitHub
parent 0c9d83412c
commit 7054b9849f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,6 +83,18 @@ Option | Default | Description
-------------------------|-----------------|------------------
`rootDir` | `.` | The directory of the target application.
## Analyze
```{bash}
npx nuxi analyze [rootDir]
```
The `analyze` command builds nuxt and analyzes the production bundle (experimental)
Option | Default | Description
-------------------------|-----------------|------------------
`rootDir` | `.` | The directory of the target application.
## Typecheck
```{bash}