1.0.5 • Published 7 years ago

baggyui v1.0.5

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

baggyui

UI Components with Vue 2.0

Using CDN

<!-- import css -->
<link rel="stylesheet" href="https://unpkg.com/baggyui/dist/baggyui.css">
<!-- import js -->
<script src="https://unpkg.com/baggyui/dist/baggyui.js"></script>

Using NPM

install

$ npm install baggyui --save

usage

import Vue from 'vue';
import baggyui from 'baggyui';
import 'baggyui/dist/baggyui.css';

Vue.use(baggyui);

Browser Support

Normal browsers and Internet Explorer 9+.

License

This plugin is available under the MIT license.

1.0.5

7 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago