Skip to content

Instantly share code, notes, and snippets.

@dmnsgn
Last active April 26, 2018 11:09
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 dmnsgn/db191edfcd4bc1e73a72c827fe6a6104 to your computer and use it in GitHub Desktop.
Save dmnsgn/db191edfcd4bc1e73a72c827fe6a6104 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>ES modules in the browser - almost - now | unpkg getLibs</title>
<!-- Include the getlibs endpoint -->
<script src="https://unpkg.com/getlibs"></script>
</head>
<body>
<!-- Load the app entry point -->
<script>
System.import('./app.js');
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment