@pie-framework/pie-demo
v4.1.12
Published
Custom Element for Demoing PIE Framework Interactions
Downloads
84
Keywords
Readme
PIE Demo
A Custom Element for demonstrating a PIE interaction designed for use with the pie-cloud packaging service.
<pie-demo editor="true" pie="@pie-element/multiple-choice"> </pie-demo>
Installation
Install nvm, or at least make sure you have the 16.13.0 version installed (node --version)
https://www.freecodecamp.org/news/node-version-manager-nvm-install-guide/
- nvm use
- nvm install 16.13.0
- npm install -g [email protected]
- yarn install
- (npm run build and yarn publish)
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)