vue-events-plugin
v0.0.2
Published
Vue plugin to work with events library
Downloads
4
Readme
vue-events-plugin
:date: Vue plugin to work with events library
Prerequisites
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
- Add unit tests