BEX Mode and VueDevtools
-
Hey,
I’m sure this has been asked & answered before but somehow I seem to be unable to find anything in terms of a real solution.Is there any way of getting Vue Devtools to work with running in BEX mode? Firefox or Chrome would be fine…
If not, how do people debug their extensions?
Cheers!
-
Here’s some info about debugging BEX:
https://quasar.dev/quasar-cli/developing-browser-extensions/build-commands#Chrome
https://developer.chrome.com/docs/extensions/mv2/tut_debugging/ -
Cheers @dobbel ,
I was hoping to get the Vue Devtools extension to work to actually debug my extension. So far without any luck, so I’m back todebug
and console.log(). It’s oldschool but it works