Hacker News new | ask | show | jobs
by vuefan 3661 days ago
Have used this in a few projects, and even contributed some patches.

There are several pain points with this lib. Don't remember them all, but for example it is not very "vueish", in the sense it works poorly with vue (for example several components requires the https://github.com/yuche/vue-strap/blob/master/src/utils/Eve...). Also, this is targeting bootstrap 3.

If you want bootstrap 4, and better code, I suggest check out another lib called vuestrap, which targets bootstrap 4: https://github.com/kzima/vuestrap/ (Not to be confused with the link in OP, which is called "vue-strap")

Myself, I moved on to MDL since. If you just want some nice UI components, have a look at vue-mdl: http://posva.net/vue-mdl/

1 comments

The vue-mdl getting started instructions suggest linking directly to git master javascript files on github from within script tags.

Sounds pretty dangerous to be.