1.0.0 • Published 8 years ago

kompo-pubsub v1.0.0

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

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-pubsub

Build

npm run build

Need the UMD (minified) build? Use:

npm run build:umd

Build the examples with the following command:

npm run examples:build

Or use the one below if you want to experiment.

npm run examples:watch

How to use

See the ./examples directory