0.1.1 • Published 5 years ago

v-black-hole v0.1.1

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

Vue Black Hole

Features

Setup

Install with npm

npm install --save v-black-hole

Install with yarn

yarn add v-black-hole

Vue instance

import Vue from 'vue'
import VBlackHole from 'v-black-hole'

Vue.use(VBlackHole)

Nuxt

Add to modules section at your nuxt.config.js

module.exports =  {
  modules:  [
    'VBlackHole/nuxt',
  ],
}

Usage

Comming soon...

Contributing or Issuing

Coming soon...

Created by @SkyaTura