Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 1.5 KB

README.md

File metadata and controls

48 lines (33 loc) · 1.5 KB

Extending existing HTML components using TypeScript

Collection of simple examples on how to extend the functionality or the look of an existing HTML component.


Development notes

Project make use of the ESNext modules so all the modules need to be included in the following manner.

<script src="path-to-module.js" type="module"><script>

Resources


Development

# while on dev mode
npm run watch-ts

# generates the JavaScript files to be distributed
npm run BUILD