oub-vue-components

0.0.8 • Public • Published

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

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

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

Readme

Keywords

Package Sidebar

Install

npm i oub-vue-components

Weekly Downloads

0

Version

0.0.8

License

ISC

Last publish

Collaborators

  • danabb