@meveo-org/mv-dependencies

1.0.0 • Public • Published

mv-dependencies

mv-dependencies contains third party libraries that are used with the meveo frontend framework components.

Features

  • lit-element
  • jsonata
  • es-module-shims
  • router-slot

Quick Start

To experiment with the mv-dependencies component.

  1. Clone this repo.
  2. Import the js library that is needed in the component

Sample usage

lit-element is best imported using importmaps

<script defer src="{module directory}/es-module-shims.js"></script>
<script type="importmap-shim">
  {
    "imports": {
      "lit-element": "{module directory}/lit-element.js"
    }
  }
  </script>
  <script type="module-shim" src="./component-that-uses-lit-element.js"></script>

Acknowledgements

Uses the following libraries:

Readme

Keywords

none

Package Sidebar

Install

npm i @meveo-org/mv-dependencies

Weekly Downloads

0

Version

1.0.0

License

ISC

Unpacked Size

1.53 MB

Total Files

54

Last publish

Collaborators

  • aurelien.seurre
  • clement.bareth
  • smichea