Developer experience
Inspection & debug
Transparency conventions
Real-time insights
Tailor-made documentation
Extendable & hackable
You just need to go to your nuxt.config
file and set devtools
to true
:
export default defineNuxtConfig({
devtools: { enabled: true },
})
Nuxt will automatically install the DevTools module for you.