/learning-web-components

A repo where I store my web component experiments

Primary LanguageJavaScript

Web Component Experiments

hello-word

Vanilla JS web component without linting, tests, documentation, build, ...

hello-world-lit

TypeScript Lit-based web component using lit ts starter kit. Many things to replace manually when changing component name. Some tools to install because package.json commands don't use npx.

Installed

  • rimraf: npm i rimraf

hello-world-openwc

TypeScript Lit-based web component using open-wc generator.

code-block