An open API service indexing awesome lists of open source software.

https://github.com/open-wc/example-vanilla


https://github.com/open-wc/example-vanilla

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# \

This webcomponent follows the [open-wc](https://github.com/open-wc/open-wc) recommendation.

## Installation
```bash
npm i example-vanilla
```

## Usage
```html

import 'example-vanilla/example-vanilla.js';

```

## Testing using karma (if applied by author)
```bash
npm run test
```

## Testing using karma via browserstack (if applied by author)
```bash
npm run test:bs
```

## Demos using storybook (if applied by author)
```bash
npm run storybook:start
```

## Linting using eslint (if applied by author)
```bash
npm run lint:eslint
```