1.0.5-fluture • Published 6 years ago

vuex-fluture v1.0.5-fluture

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

Vuex Build Status

Centralized State Management for Vue.js with Support for fluture Futures.

Examples

Running the examples:

$ npm install
$ npm run dev # serve examples at localhost:8080

Why this fork

I really like the fluture library.

So much that I avoid using Promises if possible and use Futures instead.

Go there and read some of the linked articles, if you don't know what futures are. They are worth it.

Notable points about this fork

I tried to implement the TypeScript Type definitions. I have no experience with TypeScript. They might not work correctly.

Also I've removed the e2e tests for the examples, since the original tests were failing for me and I didn't want to fix them and update the tests. If someone likes fluture enough to contribute, please do.

License

MIT