vuex-electron icon indicating copy to clipboard operation
vuex-electron copied to clipboard

Integration of Vuex and Electron

Results 62 vuex-electron issues
Sort by recently updated
recently updated
newest added

Hi there, Thanks for the lib. It seems from the source code there is a lot to do to get Vuex working nicely with Electron! One thing I think is...

Hey guys I’m using this neat module for my electron app but I can’t see any console log or network request when sending it from my store. If I move...

Hi guys, I'm not able to allocate a lot of time for this project anymore. So I'm looking for a good developer who can help me. I'll give him access...

Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.4.1 to 4.16.6. Changelog Sourced from browserslist's changelog. 4.16.6 Fixed npm-shrinkwrap.json support in --update-db (by Geoff Newman). 4.16.5 Fixed unsafe RegExp (by Yeting Li). 4.16.4 Fixed unsafe...

dependencies

Bumps [merge](https://github.com/yeikos/js.merge) from 1.2.0 to 1.2.1. Commits b31e67f link broken 6ad6035 Fix prototype pollution See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=merge&package-manager=npm_and_yarn&previous-version=1.2.0&new-version=1.2.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this...

dependencies

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.7.1 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 2.8.8 (2020-02-29) Bug Fixes #61 & #65...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.12 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...

dependencies

```js //store.js import Vue from 'vue'; import Vuex from 'vuex'; import { createSharedMutations } from 'vuex-electron'; import AddresseStore from './Address.store'; Vue.use(Vuex); export default new Vuex.Store({ modules: { address: AddresseStore, },...

Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2. Commits See full diff in compare view Maintainer changes This version was pushed to npm by oss-bot, a new releaser for y18n since your...

dependencies