nuxt / devtools

Unleash Nuxt Developer Experience
https://devtools.nuxt.com
MIT License
2.79k stars 154 forks source link

Standalone nuxt devtools app #687

Open TechAkayy opened 1 week ago

TechAkayy commented 1 week ago

๐Ÿ†’ Your use case

Would be great to have a standalone app (electron based) like vue-devtools-next.

Its a great experience to work on your app especially when we could have the devtools (which is super feature-rich) in a secondary monitor. Also, having the devtools opening up with the app itself can sometimes be hard to work with especially on a laptop screen.

Thanks for considering this. May be this could be part of potential convergence of the vue & nuxt devtools?

๐Ÿ†• The solution you'd like

Standalone electron version of the nuxt-devtools.

๐Ÿ” Alternatives you've considered

Currently, Popup as Picture-in-Picture feature is useful but I notice that it's not very reliable in terms of connection https://github.com/nuxt/devtools/issues/690.

Also, in some environments such as working on an electron app or stackbliz, popup is not an option as it works only from the top level context. Please refer to the error logged in the console in below screenshot.

image

โ„น๏ธ Additional info

https://stackblitz.com/github/TechAkayy/nuxt-devtools-popup?file=README.md