kompo-pubsub
v1.0.0
Published
A simple pubsub library which can be used standalone or together with Kompo the component library
Downloads
7
Readme
Kompo - PubSub
A simple and straightforward PubSub library to be used together with component library Kompo. Inspired by the ideas of David Walsh.
Install
npm install --save kompo-pubsubBuild
npm run buildNeed the UMD (minified) build? Use:
npm run build:umdBuild the examples with the following command:
npm run examples:buildOr use the one below if you want to experiment.
npm run examples:watchHow to use
See the ./examples directory
