Flux-Checkbox-Example

October 25, 2014 ยท View on GitHub

Example app for Flux pattern.

App

Ractive.js

vue.js

Installation

npm install
# ractive
npm run build
npm run watch
open index.html
# vue.js
npm run vue-build
npm run vue-watch
open vue/indexhtml

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

License

MIT