README
Fake Btn component for testing Stencil Component Starter
Getting Started
Run:
npm install
npm start
To build the component for production, run:
npm run build
To publish the component, run:
npm run publishComponent
Fake Btn compiled via Stencil
<script type="module">
import annmiroshMyBtnFake from 'https://cdn.skypack.dev/@annmirosh/my-btn-fake';
</script>
Run:
npm install
npm start
To build the component for production, run:
npm run build
To publish the component, run:
npm run publishComponent