/Blaze.vue

Ample Organics Component Library

Primary LanguageVueMIT LicenseMIT

Blaze.vue

Ample Organics Component Library

Documentation

Run yarn serve the documentation should open in your broswer at http://localhost:8080/

Install

Install the package using npm/yarn:

  yarn add blaze-vue
  npm i blaze-vue

Using in your application

In your main.js/index.js add the following lines:

import Blaze from 'blaze-vue'
import 'blaze-vue/dist/blaze-vue.css'

Vue.use(Blaze)

Browser Support

Latest versions of modern browsers.

Changelog

Detailed changes for each release are documented in the release notes.

Contribution

Make sure to read our contributing guide before making a pull request.