▲ | Ruphin 7 days ago | |||||||
I guess for most people the standard is to install things from NPM which explains the format of the documentation. If you want to do something completely raw, you can replace 'lit' with something like this: https://unpkg.com/lit@3.3.1/index.js?module You can even dynamically import that in the a running browser console and use it directly on any webpage. | ||||||||
▲ | TekMol 7 days ago | parent | next [-] | |||||||
"things" that run in the browser?
Thanks, that works: | ||||||||
| ||||||||
▲ | Ruphin 7 days ago | parent | prev [-] | |||||||
Obviously this wouldn't be suitable for (serious) production deployments, but it is a super accessible way to easily get started anywhere. |