Hi, everyone! 6 months ago, we released our first open source vue components library Qui. And we got a lot of feedback about it. The most popular question was "Does it work with Vue 3?", and now, It does! We called it Qui-max! Yes, as iPhone Max :)
Why?
- Vue 3 is getting popular. We like Composition API, it really helps you to keep your code clean and composable. The component's api became more predictable. Making components, we also used new features as
Teleports
, pluralv-model
and others.
- Types included, you can build your components with clear predictions. (p.s. I couldn't imagine how useful Typescript can be, before I try.)
We build components with Vite (rollup.js inside), with treeshake and separate css files, so you can use a few components only and take care about your bundle size. (but no so fast).
The bundle size was also decreased from:
to:
The library is under development, so if you find a bug feel free to make an issue in our repo Qui-max
Top comments (0)