Table of Contents
These documents are not fully updated with the new features, please be pattient one or two days in order to complete writing, I put great effort into.
Install
fluxos package is designed to work with the most modern tools such as webpack and browserify.
(Recommended method) Using Node's NPM:
$ npm install --save fluxos
Alternatively, you can serve the file fluxos.js found at the 'compat' directory of this repository.
This is the concated and minified version, which includes the compiled/* , events.js and Flux.min.js files.
<script src="https://raw.githubusercontent.com/nodets/fluxos/master/compat/fluxos.js"> </script>
Sometimes I may also ask you to install the latest version from Github to check
if a bugfix is working. In this case, please do:
$ npm install --save nodets/fluxos
Principles
-
Fast.
-
Simplicity Equals Productivity. The best way to make something seem simple is to have it actually be simple. fluxos' main functionality has clean, classically beautiful APIs
-
Minimalistic.
-
With love to ES6 and Typescript developers.
Contributors
Thanks goes to the people who have contributed code to this module, see the
GitHub Contributors page.
If you'd like to discuss this module, or ask questions about it, please use one
of the following:
Todo
- Better documantation and more examples.
Licence
This project is licensed under the MIT license.