0.2.1 • Published 9 years ago
vue-bootstrap-component v0.2.1
vue-bootstrap-component
Bootstrap components built with Vue.js.
A set of native Vue.js components based on Vue.js, Bootstrap'.
Dependencies
Installation
NPM
$ npm install vue-bootstrap-component
ES6
import { Pagination } from 'vue-bootstrap-component';
new Vue({
components: {
Pagination
}
});
Docs
See the Doc with live examples and apis.
Local Setup
- 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
.
License
vue-bootstrap-component is licensed under The MIT License.
0.2.1
9 years ago
0.2.0
9 years ago
0.0.1-rc.4
9 years ago
0.0.1-rc.3
9 years ago
0.0.1-rc.2
9 years ago
0.0.1-rc.1
9 years ago
0.0.1
9 years ago