Voir, A simple store for Vue.js

voir

Voir will help you keep your mutations separate from your view components in Vue.js, by creating a simple store, with the simple logic.

Install via npm or CDN

Usage

Create a store

Separate out mutations into their own functions

Connect store to Vue

Then you can start dispatching actions directly on the store

Voir usage example

Features

  • Minimal code required to add new action behavior
  • ES5 friendly api
  • Redux Devtool support**

Check the voir repo on GitHub.