This webcomponent follows the open-wc recommendation.
npm i example-vanilla
<script type="module">
import 'example-vanilla/example-vanilla.js';
</script>
<example-vanilla></example-vanilla>
npm run test
npm run test:bs
npm run storybook:start
npm run lint:eslint