nuxt info

Source
The info command logs information about the current or specified Nuxt project.
Terminal
npx nuxt info [ROOTDIR] [--cwd=<directory>] [--json]

The info command logs information about the current or specified Nuxt project: the versions of Nuxt, Nitro and Vite it resolves, the package manager, the modules it loads and the build modules in its configuration. Use --json when you want to read it from a script.

Arguments

ArgumentDescription
ROOTDIRThe root directory of your Nuxt project (default: .)

Options

OptionDefaultDescription
--cwd=<directory>Specify the root directory of your Nuxt project
--jsonPrint project info as JSON