mirror of
https://github.com/jlengrand/open-wc.git
synced 2026-03-10 08:31:19 +00:00
514 B
514 B
<<%= props.tagName %>>
This webcomponent follows the open-wc recommendation.
Installation
npm i <%= props.tagName %>
Usage
<script type="module">
import '<%= props.tagName %>/<%= props.tagName %>.js';
</script>
<<%= props.tagName %>></<%= props.tagName %>>
Demos using storybook (if applied by author)
npm run storybook
# visit provided url
Linting using eslint (if applied by author)
npm run lint:eslint