UNPKG

webcomponent

Version:

lightweight helpers for constructing web components

12 lines (11 loc) 314 B
<!doctype html> <html> <head> <meta charset="utf-8"> <script src="../node_modules/@webcomponents/custom-elements/custom-elements.min.js"></script> <script src="../node_modules/web-component-tester/browser.js"></script> </head> <body> <script src="build/bundle.js"></script> </body> </html>