https://github.com/selfup/vuestorelab
Simple JavaScript State Tree Plugin for Vue
https://github.com/selfup/vuestorelab
Last synced: over 1 year ago
JSON representation
Simple JavaScript State Tree Plugin for Vue
- Host: GitHub
- URL: https://github.com/selfup/vuestorelab
- Owner: selfup
- License: mit
- Created: 2017-01-25T23:19:04.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-26T08:47:32.000Z (over 9 years ago)
- Last Synced: 2025-02-25T03:04:32.798Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
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:
1. Webpack
2. Grunt
3. 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: