To enable Nuxt DevTools you can opt-in per-project by running the following command:
npx nuxi@latest devtools enable
~/.nuxtrc file, so it doesn't affect your team unless they also opt-in.Next, you need to restart your Nuxt server and open it in your browser.
To toggle the DevTools, you can either click the Nuxt icon at the bottom of the browser window or press :

You should then see the start screen of the DevTools:

Nuxt DevTools is a set of visual tools available right inside your app.
Here is a list of the current features:
vite-plugin-inspect integration, allowing you to inspect transformation steps of Vite.Check the official docs to get more details about the features. The official roadmap is also interesting.
Of course, you can disable DevTools per-project by running:
npx nuxi@latest devtools disable
If you liked this Vue tip, follow me on Twitter to get notified about new tips, blog posts, and more. Alternatively (or additionally), you can subscribe to my weekly Vue & Nuxt newsletter :
Vue Tip: Use Scoped Slots in a Child Component to Provide Data for Parent Component
Vue Tip: Re-Rendering Vue Routes When Path Parameters Change
