vue-bootstrap-component

0.2.1 • Public • Published

vue-bootstrap-component

Bootstrap components built with Vue.js.

A set of native Vue.js components based on Vue.js, Bootstrap'.

Dependencies

  • Vue.js (required ^v1.x.x, test with v1.0.26).
  • Bootstrap (required 3.x.x, test with 3.3.7).

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.

Readme

Keywords

Package Sidebar

Install

npm i vue-bootstrap-component

Weekly Downloads

5

Version

0.2.1

License

MIT

Last publish

Collaborators

  • luotaoyeah