Skip to content

An opinionated, though extensible, library to import Vue 3 plugins from remote server or application.

Notifications You must be signed in to change notification settings

benoitlahoz/vue-distributed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue-distributed

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.

Install

npm install vue-distributed
yarn add vue-distributed

Usage

TODO

Create plugin

TODO

Dependencies

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.

Load & consume plugin

TODO

About

An opinionated, though extensible, library to import Vue 3 plugins from remote server or application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published