devtools
devtools copied to clipboard
Documentation for creating plugins
would love to see updated documentation showing the entire process from creating new plugins. Right now it seems like it's either missing or spread across multiple locations, making it difficult to pin down what's involved. Even a link to a fully working example would be great.
appreciate all the effort. keep it up!
overview with example projects: https://devtools-v6.vuejs.org/plugin/plugins-guide.html bulk of documentation: https://devtools-v6.vuejs.org/plugin/api-reference.html additional items: https://devtools.vuejs.org/plugins/api
this covers most of what I was looking for, would love to see some kind of walkthrough/explainer going over how to get the content you want in a plugin and show it the way you want.