@preignition/preignition-demo
v0.5.0
Published
Utility web components for building demo
Downloads
6
Readme
<preignition-demo>
This webcomponent follows the open-wc recommendation.
Installation
npm i preignition-demo
Usage
<script type="module">
import 'preignition-demo/preignition-demo.js';
</script>
<preignition-demo></preignition-demo>
Local Demo with es-dev-server
npm start
To run a local development server that serves the basic demo located in demo/index.html
npm start:compatibility
To run a local development server in compatibility mode for older browsers that serves the basic demo located in demo/index.html