@pslb/demo-el
v1.0.3
Published
Custom Element for Demoing PIE Framework Interactions
Downloads
2
Keywords
Readme
PSLB Demo El
A Custom Element for demonstrating a PIE interaction designed for use with the pie-cloud packaging service.
<demo-el> </demo-el>
const e = document.querySelector("demo-el");
e.def = { Configure, Element, controller };
e.model = {};
Commands
| yarn ...
| description |
| ---------- | ------------------------------ |
| install
| install |
| test
| test |
| dev
| run dev server for development |
| release
| build, tag + publish pkg |
yarn dev
Edit src/index.html with the name and version of the element you want to demo. And also alter the model.
Notes
When running npm start
the HMR will attampt to re-define the custom element and get an already defined error. Need to refresh the page.
TODO
make script loading optional (but still define custome elements from pre-loaded)