conwayb / customElements

A demo of an interactive app using custom html elements

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pokemon custom elements demo

A demo of an interactive app using components created from custom elements, templates, and shadowDOM. Uses vite for building and dev server and uses vite-plugin-handlebars to bundle html fragments but has no runtime dependencies.

Project setup

yarn install

Compiles and (sometimes) hot-reloads for development

yarn dev

Compiles and minifies for production

yarn build

About

A demo of an interactive app using custom html elements


Languages

Language:HTML 75.2%Language:JavaScript 20.1%Language:CSS 4.7%