0.0.8 • Published 7 years ago

oub-vue-components v0.0.8

Weekly downloads
6
License
ISC
Repository
github
Last release
7 years ago

OUB Vue Components

Vue.js Component library for One Utility Bill

Documentation and Demo

The documentation is in the docs directory, it serves as the demo as well.

Quick Start

Install via npm

npm install oub-vue-components

Import and use oub-vue-components. You can also enable individual components

import Vue from 'vue';
import OUBComponents from 'oub-vue-components';
import 'oub-vue-components/lib/oub.css';

Vue.use(OUBComponents);

// OR

Vue.component(OUBComponents.Test.name, OUBComponents.Test);
...

Include Material Design Icons

<link rel="stylesheet" href="//fonts.googleapis.com/icon?family=Material+Icons">

Versioning

vX.Y.Z (SemVer)

Browser Support

  • Firefox 38+
  • Chrome 38+
  • Edge 13+
  • Opera 44+
  • Safari 7+
  • Internet Explorer 10+ is only partially supported

Might work in other versions, but it's not tested.

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago

1.0.0

7 years ago