https://github.com/cbuschka/flux
Simple, oo style, event emitter based, flux dispatcher.
https://github.com/cbuschka/flux
es6 events flux javascript js oo
Last synced: 8 months ago
JSON representation
Simple, oo style, event emitter based, flux dispatcher.
- Host: GitHub
- URL: https://github.com/cbuschka/flux
- Owner: cbuschka
- License: mit
- Created: 2018-10-11T19:38:18.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-24T18:58:26.000Z (about 6 years ago)
- Last Synced: 2025-02-17T18:45:05.437Z (8 months ago)
- Topics: es6, events, flux, javascript, js, oo
- Language: JavaScript
- Homepage:
- Size: 119 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
README
# @cbuschka/flux
### Simple, oo style, event emitter based, flux dispatcher.
## Building
``` bash
yarn install && yarn run build
```## Installation
``` bash
yarn install @cbuschka/flux
```## License
[MIT](./license.txt)