wmde / vuex-helpers

Helper functions to ease working with Vuex, Centralized State Management for Vue.js.

Home Page:https://www.npmjs.com/package/@wmde/vuex-helpers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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) node

Installation

docker-compose run --rm node npm install

Running code quality tools

docker-compose run --rm node npm test

About

Helper functions to ease working with Vuex, Centralized State Management for Vue.js.

https://www.npmjs.com/package/@wmde/vuex-helpers

License:GNU General Public License v2.0


Languages

Language:TypeScript 79.4%Language:JavaScript 19.4%Language:Dockerfile 1.2%