By developing your applications using test-driven development, you will reduce debugging time considerably. Still, there are moments when a piece of code refuses to work as expected or a subtle bug hides among your code.
Fortunately, browsers provide developer tools to help frontend developers debug their applications and Vue provides vue-devtools .
In the following chapter, we will learn about:
- Using vue-devtools
- Using the built-in logger plugin
To understand this chapter, you need to have basic knowledge of the Chrome developer Tools instrument.