How to use pinia in electron main process #653
-
|
I want to write a plugin like https://www.npmjs.com/package/@kasvith/electron-vuex
|
Beta Was this translation helpful? Give feedback.
Answered by
AntonDeMagic
Feb 4, 2026
Replies: 1 comment
-
|
Yes, this is an old post, but we still find it while we're looking for a solution. Hope it helps! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
posva
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, this is an old post, but we still find it while we're looking for a solution.
We had the same struggle with our Electron app and finally decided to build a plugin to keep stores in sync between processes without the IPC headache. Feel free to give it a spin and let us know what you think!
Hope it helps!