Skip to content

vinpogo/vue-utils

Repository files navigation

Vue utilities

Vuebugger

Vue Devtools helper for debugging composables and reactive state. Add debug() to expose values in Devtools without production overhead.

Install:

pnpm add -D @vingy/vuebugger

Vueltip

Headless tooltip plugin for Vue with smart visibility detection and a single shared tooltip instance.

Install:

pnpm add vueltip

Demo

Try both packages in the demo app:

pnpm install
pnpm demo

Open the demo from demo/.

Contributing

Contributions are welcome! Please read the CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests.

License

This project is licensed under the MIT License - see the LICENSE file for details.