Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Visual in-browser tools for inspecting, debugging, and understanding Nuxt.js applications during development.
Nuxt DevTools is a first-party visual development tool for Nuxt.js applications that provides an in-browser panel for inspecting, debugging, and understanding your Nuxt app. It is bundled with Nuxt and maintained by the Nuxt team under the MIT license, distributed as the @nuxt/devtools npm package.
Nuxt DevTools is a set of visual tools that run inside your Nuxt application during development, giving you a panel to know your app better. It takes your running Nuxt app as input and displays an interactive overlay with tabs and features for inspecting the application's runtime details. The tool is developed by the Nuxt core team, and since Nuxt v3.8.0 it is enabled by default; the v2 line requires Nuxt v3.15.0 or higher.
devtools.enabled to true or false in your nuxt.config file, along with options like codeServer.@nuxt/devtools-nightly@latest; removes the lockfile and reinstalls.Nuxt application developers who want to inspect and debug their running app without leaving the browser. Nuxt module authors who want to surface their module's own tools inside DevTools. Nuxt teams who need an opt-in nightly build to test unreleased DevTools features. Also useful for contributors who want to help build the tool itself via the Contribution Guide.
The tool runs as a Nuxt module during development, hooking into your app via the built-in Nuxt integration. Open it with the shortcut or launch it programmatically via the devtools config; the panel renders over your app and tracks which tabs you visit for telemetry. Because it ships inside Nuxt, no separate install step is needed for the default version.
Nuxt DevTools is free and MIT-licensed. The core tool is bundled with Nuxt, while the standalone @nuxt/devtools package is distributed via npm without charge.
Vue Devtools is a similar in-browser debugging panel for Vue.js applications; Nuxt DevTools is specific to Nuxt and its integration with Nuxt's module system.
Yes. Nuxt DevTools is released under the MIT license and is included with Nuxt by default, with no cost or premium tier on this page.
It is enabled by default in Nuxt v3.8.0 and above. To explicitly turn it on or off, set devtools.enabled to true or false in your nuxt config file.
The DevTools v2 line requires Nuxt v3.15.0 or higher. The tool has been bundled into Nuxt since v3.8.0, and the main branch currently targets v4 development.
It collects anonymous usage telemetry through Nuxt Telemetry, including version, tab navigations, browser/OS, and click events. The data is hashed, aggregated, non-personally identifiable, and you can opt out in the DevTools settings.
Yes. Use package manager overrides in npm, yarn, or pnpm to point @nuxt/devtools to @nuxt/devtools-nightly@latest, then remove your lockfile and reinstall.
