mini flux implementation for DEMO.
- No dependent library
- Use EventEmitter only.(not use Flux's Dispatch)
- just mean that this implement not handle order of events
npm install
npm run build
open index.html
npm test
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
MIT