Vuemit is a tiny Vue.js library to work with events on Vue.js.

vue.js events

Its aim is to keep simple the fact of sharing information between any number of components.

Installation

npm install vuemit --save

Require the library within your entry point or your bootstrap file.

window.Vuemit = require('vuemit');