From 7054b9849f54bae88eb00b8a160302166fa59329 Mon Sep 17 00:00:00 2001 From: Conner Date: Tue, 5 Apr 2022 15:56:41 +0200 Subject: [PATCH] docs: document `nuxi analyze` command (#4068) --- docs/content/3.docs/1.usage/8.cli.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/content/3.docs/1.usage/8.cli.md b/docs/content/3.docs/1.usage/8.cli.md index 809a0a29e4..579043d303 100644 --- a/docs/content/3.docs/1.usage/8.cli.md +++ b/docs/content/3.docs/1.usage/8.cli.md @@ -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}