Learn Nuxt with a Collection of 100+ Tips!

nuxi info

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

The info command logs information about the current or specified Nuxt project.

Arguments

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

Options

OptionDefaultDescription
--cwd=<directory>Specify the working directory, this takes precedence over ROOTDIR (default: .)