Learn Nuxt with a Collection of 100+ Tips!

nuxi analyze

Analyze the production bundle or your Nuxt application.
Terminal
npx nuxi analyze [ROOTDIR] [--cwd=<directory>] [--logLevel=<silent|info|verbose>] [--dotenv] [--name=<name>] [--no-serve]

The analyze command builds Nuxt and analyzes the production bundle (experimental).

Arguments

ArgumentDescription
ROOTDIR="."Specifies the working directory (default: .)

Options

OptionDefaultDescription
--cwd=<directory>Specify the working directory, this takes precedence over ROOTDIR (default: .)
--logLevel=<silent|info|verbose>Specify build-time log level
--dotenvPath to .env file to load, relative to the root directory
--name=<name>defaultName of the analysis
--no-serveSkip serving the analysis results
This command sets process.env.NODE_ENV to production.