[Vuejs]-Audit VueJs / Nuxt components

1👍

There is a Chrome extension Vue.js devtools which shows the component hierarchy and dependencies you can use it to understand the structure and flow pretty much everything going in your vue app.

Leave a comment