https://github.com/open-wc/example-vanilla
https://github.com/open-wc/example-vanilla
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/open-wc/example-vanilla
- Owner: open-wc
- License: mit
- Created: 2018-10-09T21:52:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-09T22:28:17.000Z (over 6 years ago)
- Last Synced: 2025-01-16T13:59:50.535Z (5 months ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 1
- Watchers: 11
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```htmlimport '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
```