vue-store-lab
v1.1.0
Published
JavaScript State Tree Plugin for Vue
Readme
VueStoreLab
JavaScript State Tree Plugin for Vue!
Example Repo with vue-cli: https://github.com/selfup/vue-store-lab-example-repo
Installation/Usage
This was built with modern build tools in mind.
Frontend assumptions are that you use a build tool:
- Webpack
- Grunt
- Gulp
This is transpiled to ES5 from ES6 so any modern Node version will work :smile:
npm install vue-store-lab --save
Exceptions
You might need a polyfill for Object.assign :joy:
DISCLAIMER
This is a continuation of reegux/vue-reegux/controllux
