webtides / element-js

Simple and lightweight base classes for web components with a beautiful API
MIT License
28 stars 3 forks source link

Make initial Example in Readme.md work without a bundler #83

Open quarkus opened 1 year ago

quarkus commented 1 year ago

The first example assumes that the dev uses a bundler. We should probably change ist to either use relative path / importmaps OR a cdn version to make it work instantly.