0.0.2 • Published 8 years ago

vue-events-plugin v0.0.2

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

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