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

https://github.com/nuclei/web-component-skeleton

A skeleton repo for building vanilla web components
https://github.com/nuclei/web-component-skeleton

web-components

Last synced: about 1 month ago
JSON representation

A skeleton repo for building vanilla web components

Awesome Lists containing this project

README

          

# Web-Component-Skeleton

> An empty repo for starting your vanilla web component

## usage
Just fork or clone the repo and start hacking.

### Tests
By default `npm test` assures you stick to the `standardjs` rules, catches typescript errors and validates your readme using `standard-readme`.

```
$ npm test
```

### Build
Run `npm run build` to convert your source file defined in the `package.json` as `package.config.src` into a compiled js file defined by `package.main`.

```
$ npm run build
$ npm run build:watch
```