Skip to content

jdelarubia/ts-webcomponents

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Example of webcomponent developed in TypeScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published