pikax / vuex

Flux-inspired Application Architecture for Vue.js.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vuex Build Status npm package

Flux-inspired Application Architecture for Vue.js.

Examples

Running the examples:

$ npm install
$ npm run counter # run the counter example

See npm scripts for all example npm scripts.

Principles

  • Terse
  • Testable
  • Reactive
  • Single State Tree
  • Hot Reloading
  • Time Travel (with vue-devtools support)

License

MIT

About

Flux-inspired Application Architecture for Vue.js.

License:MIT License


Languages

Language:JavaScript 90.8%Language:TypeScript 8.2%Language:Shell 1.0%