DEV Community

Cover image for Vue Composables Kit β€” Free & Open Source
Ara Hovsepyan
Ara Hovsepyan

Posted on

Vue Composables Kit β€” Free & Open Source

Hey everyone! πŸ‘‹
I just released a small but useful Vue Composables Kit β€” a free playground of 5 production-ready Vue composables you can plug into your projects.

🧩 What’s Inside
β€’ useClipboard
β€’ useDarkMode
β€’ useDebounce
β€’ useWindowSize
β€’ useEventListener

Each composable is:
βœ… Well-documented
βœ… Demo-ready
βœ… Works with Vue 3 + Vite

πŸ‘‰ Live Demo: Playground
πŸ‘‰ GitHub Repo: vue-composables-kit

βΈ»

πŸ’‘ Why I Made This

As a Vue dev and teacher, I wanted a clean, reusable kit that makes prototyping faster β€” especially for beginners, educators, and rapid MVPs.

βΈ»

πŸ› οΈ Coming Soon: Pro Version

I’m currently working on a Pro version with advanced composables, better demos, and extended docs. Stay tuned if you’re interested in going deeper!

βΈ»

πŸ™Œ PRs Welcome!

MIT-licensed. If you want to contribute or suggest an idea β€” I’d love to hear it!

Thanks for reading & happy coding! πŸŽ‰

Top comments (0)