Pinia and monorepos #1296
              
                Unanswered
              
          
                  
                    
                      carelledjuffo
                    
                  
                
                  asked this question in
                Help and Questions
              
            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
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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.
Is it possible to use a store that was declared in Vue Project A, in another Project B found in the same monorepo?
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.
All reactions