/customElements

A demo of an interactive app using custom html elements

Primary LanguageHTML

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