devtools
devtools copied to clipboard
Unleash Nuxt Developer Experience
### 🔗 Linked issue ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation or readme) - [ ] 🐞 Bug fix (a non-breaking change that...
### 🐛 The bug Hi, I'm not sure how to reproduce, but often I have issuse where `Close DevTools when clicking outside` does not work. Only way to make it...
### Environment - Operating System: Linux - Node Version: v21.7.3 - Nuxt Version: 3.11.2 - CLI Version: 3.11.1 - Nitro Version: 2.9.6 - Package Manager: pnpm@ - Builder: - -...
### 🆒 Your use case I think it would be a nice addition to the devtools to have a more detailed breakdown of hook listeners. Currently hooks are listed with...
### 📚 What are you trying to do? Hello! We just initialized our monorepo with three nuxt projects in it. The problem is that we use pinia in our projects...
### 🆒 Your use case when opening `nuxt-devtools-frame`, would it be nice to have transition applied? ### 🆕 The solution you'd like https://github.com/user-attachments/assets/59fb8ca4-e969-4ee2-bb51-be87b117a708 ### 🔍 Alternatives you've considered _No response_...
### Describe the feature Since it's not always clear if a given library is imported via esm or cjs (or even properly supports esm), it would be nice to have...
https://github.com/nuxt/nuxt/pull/28720#issuecomment-2320542235
### 🆒 Your use case based on this idea: https://github.com/nuxt/devtools/discussions/29#discussioncomment-9316691 ### 🆕 The solution you'd like I think we can use the [JetBrains Geteway](https://www.jetbrains.com/remote-development/gateway/) to achive this? ### 🔍 Alternatives...
### 🐛 The bug The Component Inspector on Nuxt DevTools can't open a file in the editor if using square brackets on the file name (eg: dynamic routes), which works...