kzima / vuestrap

Vuestrap Javascript wrapper for Bootstrap 4 components.
MIT License
105 stars 11 forks source link

How to compare with vue-strap? #1

Open ryanaponte opened 8 years ago

ryanaponte commented 8 years ago

I love what I see, congrats! But what should a developer be taking into consideration when deciding between vuestrap and vue-strap? Thanks

kzima commented 8 years ago

@ryanaponte Thanks for your feedback.

Vustrap is just a simple js wrapper for Bootstrap 4 and can be easily imported via webpack or browserfy in projects that use frontend frameworks like jQuery, Angular or Ember. But the idea behind Vuestrap is to create a foundation to component libraries built with Vue.js in particular, hence the name :)

Benefits of using Vuestrap over yuchte/vuestrap:

In summary: Vuestrap and yuchte/vuestrap are based on similar concept, but if you need more flexibility in your development or want to create your own custom components, then probably you want to use Vuestrap.

ryandeussing commented 8 years ago

Thanks, very cool.