Custom Element for Demoing PIE Framework Interactions
npm install @pslb/demo-elA Custom Element for demonstrating a PIE interaction designed for use with the pie-cloud packaging service.
``html`
`javascript`
const e = document.querySelector("demo-el");
e.def = { Configure, Element, controller };
e.model = {};
| yarn ... | description |install
| ---------- | ------------------------------ |
| | install |test
| | test |dev
| | run dev server for development |release
| | build, tag + publish pkg |
Edit src/index.html with the name and version of the element you want to demo. And also alter the model.
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)