mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
9a0fc57724
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com> Co-authored-by: pooya parsa <pyapar@gmail.com>
12 lines
306 B
Markdown
12 lines
306 B
Markdown
# `nuxi info`
|
|
|
|
```{bash}
|
|
npx nuxi info [rootDir]
|
|
```
|
|
|
|
The `info` command logs informations about the current or specified Nuxt project.
|
|
|
|
Option | Default | Description
|
|
-------------------------|-----------------|------------------
|
|
`rootDir` | `.` | The directory of the target application.
|