yuche / vue-strap

Bootstrap components built with Vue.js
http://yuche.github.io/vue-strap/
MIT License
4.71k stars 935 forks source link

Does vue-strap support Vuejs version 2.x.x? #490

Open xeoshow opened 7 years ago

xeoshow commented 7 years ago

Hi,

I am new to vue-strap, does it support Vuejs version 2.x.x? Thanks!

tarellel commented 7 years ago

I'd suggest checking out the v2 branch.

You can generally use the v2 repo#branch by changing "vue-strap": "yuche/vue-strap", in your packages.json file to use the specified branch "vue-strap": "yuche/vue-strap#v2".

xeoshow commented 7 years ago

Thanks so much! Is that branch stable enough to use in the production env? Thanks again!

buckett commented 6 years ago

There's an existing issue about supporting vuejs 2.x.x: #435