Pinia and monorepos #1296
-
|
My Company just migrated to Pinia lately and we wanted to implement a monorepo codebased structure. How does Pinia work with monorepos and npm workspaces. I tried during this but it never worked, so I was wandering if this is possible in pinia and how can I proceed. |
Beta Was this translation helpful? Give feedback.
Admin verified this answer by
posva
Jan 4, 2026
Replies: 1 comment
-
|
It's possible as long as only one copy of Vue and pinia are used in the project and one single pinia instance is shared across projects |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's possible as long as only one copy of Vue and pinia are used in the project and one single pinia instance is shared across projects