rrd108 / vue-mess-detector

A static code analysis tool for detecting code smells and best practice violations in Vue.js and Nuxt.js projects
MIT License
119 stars 6 forks source link

Create a vue dev tools plugin #212

Open rrd108 opened 1 week ago

rrd108 commented 1 week ago

https://devtools.vuejs.org/plugins/api

David-Pena commented 1 week ago

Is that guide for the new Vue dev tools? (The one inspired by nuxt?

rrd108 commented 1 week ago

Yes. At least I think it is

rrd108 commented 1 week ago

I fixed the link

rrd108 commented 1 week ago

@brenoepics You can check it at https://github.com/rrd108/vue-mess-detector/tree/212-create-a-vue-dev-tools-plugin

These are what I did to manage to make the rollup build. As I said this is new territory for me and I am not sure at all if we even needs rollup here.

Here you can see all changes: https://github.com/rrd108/vue-mess-detector/compare/212-create-a-vue-dev-tools-plugin?expand=1

I was using cursor to fix all issues, and as it is a new territory for me I have no idea of 80% of this.