0.2.4 • Published 9 years ago
vue-t-ui v0.2.4
vue-t-ui
UI components built with Vue.js.
A set of native Vue.js components based on Vue.js, Bootstrap'.
Dependencies
Installation
NPM
$ npm install vue-t-uiES6
import { Pagination } from 'vue-t-ui';
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-t-ui is licensed under The MIT License.