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

I got a fix for you guys. I struggled with that for my application on my windows users and it is really annoying. However, I've found a valide workarround. The...

Hi, Integrate the vuex into the electron , my application will run to this issues, Uncaught Error: [Vuex Electron] Storage is not valid. Please, read the docs. at a (C:\Users\Administrator\Desktop\win-unpacked\resources\app.asar\node_modules\vuex-electron\dist\persisted-state.js:1)...

Hey guys! I spotted weird issue. It appears on development and production version as well. DevTools throws lots of warnings like: "DevTools failed to load SourceMap: Could not load content...

When enabling createSharedMutations in my project I am unable to execute any code I put in my store actions when using dispatch. It jumps straight to the mutation code.

Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tmpl&package-manager=npm_and_yarn&previous-version=1.0.4&new-version=1.0.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Hello, I am very new to electron, vue and Vuex. Currently I am running into an issue after I updated my MacOS of "failed to serialize arguments": ![Screen Shot 2020-10-12...

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [tar](https://github.com/npm/node-tar) from 2.2.1 to 2.2.2. Commits 523c5c7 2.2.2 7ecef07 Bump fstream to fix hardlink overwriting vulnerability 9fc84b9 Use {} for hardlink tracking instead of [] 15e59f1 Only track previously...

dependencies

In all my projects with vuex I used to call api methods in module's actions, store result in state and then handle result in component method by returning Promise like...