A lightweight Vue.js plugin that provides a declarative way to bind events to a global event manager.
It uses the Vue lifecycle to automatically bind and unbind all events.
Key features:
- Supports event priorities and Promise based asynchronous events
- Supports latest Firefox, Chrome, Safari, Opera, and IE9+
- Supports Vue 2.0
Preview:
Changelog:
04/19/2020
- v2.1.3
Download Details:
Author: pagekit
Live Demo: https://github.com/pagekit/vue-event-manager
Download Link: https://github.com/pagekit/vue-event-manager/archive/master.zip
Official Website: https://github.com/pagekit/vue-event-manager
Install & Download:
# Yarn
$ yarn add vue-event-manager
# NPM
$ npm install vue-event-manager --save