0.1.3 • Published 4 years ago
@wmde/vuex-helpers v0.1.3
vuex-helpers
Helper functions to ease working with Vuex, Centralized State Management for Vue.js.
Development
The following examples use docker and docker-compose to ease creating a level playing field for development but are not essential to this project.
Building Docker image
# ensure the node user uses your user id, so you own created files
docker-compose build --build-arg UID=$(id -u) --build-arg GID=$(id -g) nodeInstallation
docker-compose run --rm node npm installRunning code quality tools
docker-compose run --rm node npm test