Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 525 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 525 Bytes

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