]> piware.de Git - webcomponents.git/log
webcomponents.git
4 years agoAdd npm: Separate html and js, taking lit-* from npm
Martin Pitt [Fri, 1 Nov 2019 17:49:26 +0000 (18:49 +0100)]
Add npm: Separate html and js, taking lit-* from npm

This does not work yet, due to lit-element's bare import of lit-html:

    TypeError: Error resolving module specifier: lit-html

4 years agocdn.html: Add element with state and styling
Martin Pitt [Fri, 1 Nov 2019 17:21:18 +0000 (18:21 +0100)]
cdn.html: Add element with state and styling

4 years agoAdd cdn.html: Single document without any additional local resources
Martin Pitt [Fri, 1 Nov 2019 16:58:31 +0000 (17:58 +0100)]
Add cdn.html: Single document without any additional local resources

That is the simplest way which avoids any kind of packaging, npm, etc.
It's also the slowest.