Skip to content

Instantly share code, notes, and snippets.

@StefanNieuwenhuis
Created December 27, 2018 10:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save StefanNieuwenhuis/beb568d4e2e3a0b0783f0718f6849215 to your computer and use it in GitHub Desktop.
Save StefanNieuwenhuis/beb568d4e2e3a0b0783f0718f6849215 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html dir="ltr" lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=5.0">
<title>Stencil Component Starter</title>
<script src="/build/mycomponent.js"></script>
<script>
document.addEventListener('onUploadCompleted', (e) => console.log(e));
</script>
</head>
<body>
<my-component></my-component>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment