0.0.6 • Published 6 years ago
test-wc-card v0.0.6
\
This webcomponent follows the open-wc recommendation.
Installation
npm i test-wc-cardUsage
<script type="module">
import 'test-wc-card/test-wc-card.js';
</script>
<test-wc-card></test-wc-card>Testing using karma (if applied by author)
npm run testTesting using karma via browserstack (if applied by author)
npm run test:bsDemoing using storybook (if applied by author)
npm run storybookLinting (if applied by author)
npm run lint