
[](https://www.npmjs.com/package/bootstrap-for-vue)
[](https://vuejs.org/)
Introduction
Bootstrap for Vue is collection of bootstrap 4 based reusable components, (no jquery, no tether, no bootstrap.js). It is used by Vue Issue and Zero.
Looking to contribute? Take up a task from Dev Board
Documentation
http://bootstrap-for-vue.znck.me/
Development
Launch visual tests
npm run dev
Launch Karma with coverage
npm run dev:coverage
Build
Bundle the js and css of to the dist
folder:
npm run build