Replies: 2 comments 1 reply
-
If you use Webpack, you can check out Module Federation. |
Beta Was this translation helpful? Give feedback.
1 reply
-
I made a way to do this:
|
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
-
I want to create a kind of plugins mechanism which will keep a plugin-registry.
The registry will contain the entrances of user interfaces(vue components) maintained by 3rd parties on remote web server.
The user interfaces will be loaded remotely for the end users.
That's the idea to render the remote interfaces:
To use it, e.g.:
Beta Was this translation helpful? Give feedback.
All reactions