mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-19 18:02:45 +00:00
1.2 KiB
1.2 KiB
title | description | links | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
nuxi devtools | The devtools command allows you to enable or disable Nuxt DevTools on a per-project basis. |
|
npx nuxi devtools <COMMAND> [ROOTDIR] [--cwd=<directory>]
Running nuxi devtools enable
will install the Nuxt DevTools globally, and also enable it within the particular project you are using. It is saved as a preference in your user-level .nuxtrc
. If you want to remove devtools support for a particular project, you can run nuxi devtools disable
.
Arguments
Argument | Description |
---|---|
COMMAND |
Command to run (options: <enable|disable>) |
ROOTDIR="." |
Specifies the working directory (default: . ) |
Options
Option | Default | Description |
---|---|---|
--cwd=<directory> |
Specify the working directory, this takes precedence over ROOTDIR (default: . ) |
::read-more{icon="i-simple-icons-nuxtdotjs" to="https://devtools.nuxt.com" target="_blank"} Read more about the Nuxt DevTools. ::