EvanAgee / vuejs-wordpress-theme-starter

A WordPress theme with the guts ripped out and replaced with Vue.
https://vuewp.com/
1.6k stars 282 forks source link

How to use devtools debugger? #89

Closed mhartz closed 4 years ago

mhartz commented 4 years ago

Just started testing this out and it looks great. My only issue is that there is only the bundled JS referenced in the page. Is there any way to debug the Vue files themselves? I would like to set breakpoints to debug vs. console.log'ing everything out.

Note: I can use the Vue Debugging Chrome extension. This is just with the default Chrome devtools.

EvanAgee commented 4 years ago

@mhartz yes! As long as you're running your watcher it runs in dev mode which will enable the Vue devtools.