README
my-component
Start the dev server
npm i && npm start
Build the component only.
npm run build
Build the example app.
npm run build-example
A test component
<script type="module">
import abutterworthMyComponent from 'https://cdn.skypack.dev/@abutterworth/my-component';
</script>
Start the dev server
npm i && npm start
Build the component only.
npm run build
Build the example app.
npm run build-example