Skip to content

Instantly share code, notes, and snippets.

@vuejsdevelopers
Created February 6, 2019 23:38
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/371739c7dd011a2bf44a5e7b9e5b5ed9 to your computer and use it in GitHub Desktop.
Save vuejsdevelopers/371739c7dd011a2bf44a5e7b9e5b5ed9 to your computer and use it in GitHub Desktop.
New in Vue: ES Module Browser Build - Snippet 11
<script type="module" src="vue.mjs"></script>
<script type="module" src="app.js"></script>
<script nomodule src="/dist/build.js"></script> <!--Fallback-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment