mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-31 15:50:32 +00:00
docs: document nuxi analyze
command (#4068)
This commit is contained in:
parent
0c9d83412c
commit
7054b9849f
@ -83,6 +83,18 @@ Option | Default | Description
|
|||||||
-------------------------|-----------------|------------------
|
-------------------------|-----------------|------------------
|
||||||
`rootDir` | `.` | The directory of the target application.
|
`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
|
## Typecheck
|
||||||
|
|
||||||
```{bash}
|
```{bash}
|
||||||
|
Loading…
Reference in New Issue
Block a user