Is there a tool that can run through a Nuxt project to determine a list of components and where they're referenced. Looking to refactor an existing codebase and trying to determine dependencies and most productive path to rewrite.
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.