How to use vanilla Web Components with Meteor?

Is there a way to use vanilla Web Components with Meteor?

Here’s my adapted hello-world web components example:

original: https://github.com/webcomponents/hello-world-element


I’ve tried various things… adding it all to <body> in main.html… splitted it up, added the JS to main.js

doesn’t seem to work, and doesn’t produce errors…

Thanks! I’m just experimenting…