Bootstrap 3 form components for Vue.js
This package is not yet production ready and should be considered alpha state.
install with npm: npm i -S asmaps/vue-bs3-form
Install in Vue (e.g. in main.js):
import VueBs3Form from 'vue-bs3-form'
Vue.use(VueBs3Form)The plugin is written in ES6, so you will need babel to compile. It also uses the .vue component notation which is
used as default in the vue-webpack template.
TBD