Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 633 Bytes

README.md

File metadata and controls

37 lines (29 loc) · 633 Bytes

<example-vanilla>

This webcomponent follows the open-wc recommendation.

Installation

npm i example-vanilla

Usage

<script type="module">
  import 'example-vanilla/example-vanilla.js';
</script>

<example-vanilla></example-vanilla>

Testing using karma (if applied by author)

npm run test

Testing using karma via browserstack (if applied by author)

npm run test:bs

Demos using storybook (if applied by author)

npm run storybook:start

Linting using eslint (if applied by author)

npm run lint:eslint