vue-events-plugin

Vue plugin to work with events library

Usage no npm install needed!

<script type="module">
  import vueEventsPlugin from 'https://cdn.skypack.dev/vue-events-plugin';
</script>

README

vue-events-plugin

:date: Vue plugin to work with events library

Prerequisites

  1. vue

Installation

$ npm i -S vue-events-plugin

Usage

main.js

import Vue from 'vue';

import VueEventsPlugin from 'vue-events-plugin';

Vue.use(VueI18n);
Vue.use(VueEventsPlugin);

// ...

Component.vue

Development Setup

# dev mode
$ npm run dev

# test
$ npm run test

# build
$ npm run build

TODO

  1. Add unit tests