Socket
Socket
Sign inDemoInstall

@wmde/vuex-helpers

Package Overview
Dependencies
23
Maintainers
13
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @wmde/vuex-helpers

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


Version published
Weekly downloads
2.8K
increased by6.17%
Maintainers
13
Install size
33.9 kB
Created
Weekly downloads
 

Readme

Source

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

Keywords

FAQs

Last updated on 17 Jan 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc