Vue Log Arsenal - A plugin that adds directives for debugging Vue3 #13754
MvdZon
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I’d like to show my Vue 3 plugin, Vue Log Arsenal. This plugin was built to improve the debugging experience for Vue. It is especially useful for automatically tracking changes to a property. Or for logging the value of a property whenever an element is first loaded in the DOM (for example when a v-if evaluates to true). I use it daily myself and I find it helps me a lot, so I think it might be helpful to other Vue developers as well.
GitHub: https://github.com/MvdZon/Vue3-log-arsenal
Npm: https://www.npmjs.com/package/vue-log-arsenal
Features:
It can be installed with 'npm install vue-log-arsenal'
Beta Was this translation helpful? Give feedback.
All reactions