vuejs / devtools-next

The next iteration of Vue DevTools
https://devtools.vuejs.org/
MIT License
1.37k stars 95 forks source link

Browser extension pane and electron app #2

Open Akryum opened 12 months ago

Akryum commented 12 months ago

The current devtools are available as a pane in the devtools and as a standalone electron app. IMO we should keep those as some people prefer having the devtools in the browser devtools pane. The electron app is also very useful to debug native environments, for example NativeScript.

webfansplz commented 12 months ago

The current devtools are available as a pane in the devtools and as a standalone electron app. IMO we should keep those as some people prefer having the devtools in the browser devtools pane. The electron app is also very useful to debug native environments, for example NativeScript.

Thank you for your suggestion @Akryum . I agree with you that we should keep these to ensure commonality and allow more users to use them. We'll keep them in this devtools as well.