WIP
An opinonated - though extensible - library to build and import Vue 3 plugins from remote server.
Warning: this is still a work in progress, please see packages/examples/plugin-widgets
for an example on how to build a plugin and packages/examples/app-serve
on how to load it.
npm install vue-distributed
yarn add vue-distributed
TODO
TODO
A plugin can bundle all dependencies it needs to consume, but this is strongly discouraged, unless the plugin is aimed to provide a global context for a dependency. Instead, use Vue 3 provide / inject and describe the dependencies in the plugin entry point.
TODO