Last active
April 26, 2018 11:09
-
-
Save dmnsgn/db191edfcd4bc1e73a72c827fe6a6104 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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