Vue 3 Debugging with Breakpoints
So being a Vue newbie, one of the first thing I wanted to do for my Vue project is to setup the debugger, using Vue 3 and the Vue CLI specifically. I thought it would be a no-brainer, but it took me a while to get it going. While there is a good page from the official Vue website, this post is more intended for newbies to outline what I did to get debugging going. Debugging in Chrome or Firefox According to the official documentation, debugging in the browsers is as simple as installing the Vue DevTools extensions (or add-on) […]