Unveiling Application Issues with the Vue Devtools
If there is one aspect in which Vue.js is clearly the winner over other frameworks and libraries, it is its attention to the Development Experience (DX). Since the beginning, Vue.js has focused on providing great experience to its developers and, this reached its peak a few years ago with the creation of the Vue Devtools by Guillaume Chau.
The Vue Devtools, which is available as a Firefox and Chrome extension, or a standalone Electron app, has been at the core of the Vue.js DX since its creation.
Recently, Vue Devtools has been making headlines for its ability to provide great insight for Nuxt.js (Vue.js’s meta-framework), helping developers comprehend the complexity of full stack JavaScript applications with simple and intuitive UI.
We are going to start this chapter by learning how to install and use the extension within our preferred browser; we will then learn its layout by understanding how each piece of the extension...