Skip to content

Instantly share code, notes, and snippets.

@vuejsdevelopers
Created February 6, 2019 23: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 vuejsdevelopers/c3b5e09ae861989ba5a2e96c70cc0522 to your computer and use it in GitHub Desktop.
Save vuejsdevelopers/c3b5e09ae861989ba5a2e96c70cc0522 to your computer and use it in GitHub Desktop.
New in Vue: ES Module Browser Build - Snippet 04
<script type="text/javascript" src="https://mycdn.com/vue.js"></script>
<script type="text/javascript">
new Vue();
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment