Bootstrap components built with Vue.js.
A set of native Vue.js components based on Vue.js, Bootstrap'.
$ npm install vue-bootstrap-component
import { Pagination } from 'vue-bootstrap-component';
new Vue({
components: {
Pagination
}
});
See the Doc with live examples and apis.
- Install with
npm install
- Build the docs site with
npm run builddocs
. - Run the docs site with
npm run docs
. - Build with
npm run build
.
vue-bootstrap-component is licensed under The MIT License.