Show HN: Free and Open Source UI Library for Vue 3
1–6 of 6 posts
Re: Show HN: Free and Open Source UI Library for Vue 3
#2We're happy to show Vuestic UI library to you!
It is far from being perfect but we're aimed to gradually improve the lib. I houpe you'll find it useful and would love to hear your feedback :)
Re: Show HN: Free and Open Source UI Library for Vue 3
#3Hi guys! We're happy to show Vuestic UI library to you! It is far from being perfect but we're aimed to gradually improve the lib. I houpe you'll find it useful and would love to hear your feedback :)
Generally I’d recommend having Vue as a peer dependency for these kind of libraries as this might prevent having two versions of Vue in the dependency graph.
Look into your dependencies as well. For example the gravatar package you include is rather large given that not all users of the avatar component are going to need it and it is basically just calculating an MD5 hash of an email.
Re: Show HN: Free and Open Source UI Library for Vue 3
#4Hi guys! We're happy to show Vuestic UI library to you! It is far from being perfect but we're aimed to gradually improve the lib. I houpe you'll find it useful and would love to hear your feedback :)
Hey. Just had a quick look on mobile as I am on the go and it looks nice and clean. Generally I’d recommend having Vue as a peer dependency for these kind of libraries as this might prevent having two versions of Vue in the dependency graph. Look into your dependencies as well. For example the gravatar package you include is rather large given that not all users of the avatar component are going to need it and it is…
We made a couple of mistakes while being in pre-release hurry, will be adding these as issues :D
BTW, feel free to join our discord to discuss any other problems you notice https://discord.gg/u7fQdqQt8c
Re: Show HN: Free and Open Source UI Library for Vue 3
#5Hi guys! We're happy to show Vuestic UI library to you! It is far from being perfect but we're aimed to gradually improve the lib. I houpe you'll find it useful and would love to hear your feedback :)