vuex-orbit
v0.1.0-alpha3
Published
A store for vuex and orbit
Downloads
11
Readme
vuex-orbit
Vuex store for orbit.js, based on vuex-map-fields
Installation
Install with npm:
npm install vuex-orbit
Contributing
Installation
Install the CLI for Broccoli globally:
npm install -g broccoli-cli
Install other dependencies:
yarn
Building
Distributions can be built to the /dist
directory by running:
yarn build
Testing
CI Testing
Test in CI mode by running:
yarn test
Or directly with testem (useful for configuring options):
jest
License
Copyright 2018-2019 Henrik Reinstädtler. MIT License (see LICENSE for details).