versal-runtime

Runtime for Versal flavor of custom elements

Usage no npm install needed!

<script type="module">
  import versalRuntime from 'https://cdn.skypack.dev/versal-runtime';
</script>

README

Versal-runtime

Versal-runtime allows to launch Versal Elements. Essentially, this is a collection of polyfills + versal-element.

Includes:

  • Polymer HTML Imports
  • Polymer Custom Elements
  • Custom Events
  • TemplateElement

Usage:

npm install versal-runtime --save

in your HTML file:

<script src="./node_modules/versal-runtime/versal-runtime.min.js"></script>

To build:

npm run build

To test:

npm test