0.1.9 • Published 5 years ago

reactor-vue-components v0.1.9

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

reactor-vue-components

version size License made-with-vue Netlify Status

Storybook Instance regarding this component library.

This project makes use of Vue.JS, Tailwindcss, and Storybook to construct a component library usable by Vue.JS projects

Installation and Usage

Nuxt.JS Installation

// ~plugins/reactor-vue-components.js
import Vue from 'vue'
import Components from 'reactor-vue-components'

Vue.use(Components)
// nuxt.config.js
module.exports = {
    // ...
    plugins: [
        {
            src: '~plugins/reactor-vue-components',
            mode: 'client'
        }
    ],
    // ...
}

Nuxt.JS Usage

// ~pages/HelloWorld.vue
<reactor-button />