0.8.31 • Published 6 months ago

@pandino/bundle-installer-dom v0.8.31

Weekly downloads
-
License
EPL-2.0
Repository
github
Last release
6 months ago

bundle-installer-dom

build-test license TypeScript

A Pandino Bundle which can load external Bundles defined in a dedicated DOM node.

Context

This package is part of the pandino-root monorepo. For detailed information about what is Pandino / how this package fits into the ecosystem, please consult with the related documentation(s).

Usage

Define manifests

Define a <script type="pandino-manifests" /> tag in your index.html, e.g.:

<script type="pandino-manifests">
  [
    "./bundle-a-manifest.json",
    "./bundle-b-manifest.json"
  ]
</script>

Install this Bundle in your Application

E.g.: directly via the Pandino instance.

import loaderConfiguration from 'https://unpkg.com/@pandino/loader-configuration-dom/dist/loader-configuration-dom.mjs';
import Pandino from 'https://unpkg.com/@pandino/pandino/dist/esm/pandino.mjs';

const pandino = new Pandino({
    ...loaderConfiguration,
});

await pandino.init();
await pandino.start();

await pandino.getBundleContext().installBundle('https://unpkg.com/@pandino/bundle-installer-dom/dist/bundle-installer-dom-manifest.json');

License

Eclipse Public License - v 2.0

0.8.30

6 months ago

0.8.31

6 months ago

0.8.29

10 months ago

0.8.28

10 months ago

0.8.25

1 year ago

0.8.24

1 year ago

0.8.27

1 year ago

0.8.26

1 year ago

0.8.23

1 year ago

0.8.22

1 year ago

0.8.20

1 year ago

0.8.19

2 years ago

0.8.18

2 years ago

0.8.17

2 years ago

0.8.16

2 years ago

0.8.15

2 years ago

0.8.14

2 years ago

0.8.13

2 years ago

0.8.12

2 years ago

0.8.9

2 years ago

0.8.8

2 years ago