How to load precompiled plugins at runtime (Vue3 + Electron) #13371
              
                Unanswered
              
          
                  
                    
                      gsisinna
                    
                  
                
                  asked this question in
                Help/Questions
              
            Replies: 0 comments
  
    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.
-
Hi everyone,
I’m building a cross-platform desktop app using Vue3 and Electron, and I want to support runtime plugin loading. The goal is to allow distributing additional functionality in separate plugin packages that can be built and shipped independently of the main app, and loaded at runtime, not build time.
So far, I’ve implemented a basic plugin system that loads
.vuefiles at build time. But now I’m looking to load precompiled and obfuscated/bundled plugins that:My Questions:
Would love any guidance, examples, or even a suggested plugin architecture that suits this need.
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions