Created
February 6, 2019 23:35
-
-
Save vuejsdevelopers/c3b5e09ae861989ba5a2e96c70cc0522 to your computer and use it in GitHub Desktop.
New in Vue: ES Module Browser Build - Snippet 04
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
<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