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 added an option to supply an array of state paths to not persist. This includes a unit test. It simply works by cloning the state object, and deleting any...

I imported the module like this `import { createPersistedState, createSharedMutations } from "vuex-electron"` and got the error: ``` 5:61 Could not find a declaration file for module 'vuex-electron'. 'C:/Users/pasca/Projects/time-manager/node_modules/vuex-electron/dist/index.js' implicitly...

The whole global state is persisted in the Store: https://github.com/vue-electron/vuex-electron/blob/master/src/persisted-state.js#L96 It would be nice to be able to only save parts of the state. We can easily imagine that some...

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...

dependencies

These updates should resolve https://github.com/vue-electron/vuex-electron/issues/17 Here is some additional information: https://github.com/sindresorhus/electron-store/releases/tag/v6.0.0 https://github.com/npm/write-file-atomic/issues/49

Loop call(dispatch) updata window inside vuex error:EPERM:operation not permitted, rename

When using `createPersistedState` there doesn't appear to pass any of the `electron-store` options along to the store instance. In `createStorage` it only provides the store instance a file name. Would...

Hey guys,I have the same problem with this. https://github.com/SimulatedGREG/electron-vue/issues/758 The documentation is still not clear enough, such as the parameters in the whitelist are too general. In my application, vuex...

Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4. Commits 6370e90 Mark version 5.7.4 fbc15b1 More rigorously check surrogate pairs in regexp validator See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=acorn&package-manager=npm_and_yarn&previous-version=5.7.3&new-version=5.7.4)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot...

dependencies

I got an error when I ran the yarn command. error: `install` has been replaced with `add` to add new dependencies. Run "yarn add vuex-electron" instead. Modify the yarn command.