Skip to content

Instantly share code, notes, and snippets.

@jellehak
Created July 28, 2020 11:14
Show Gist options
  • Save jellehak/4d3f8333b4852d749727f597dcbccda7 to your computer and use it in GitHub Desktop.
Save jellehak/4d3f8333b4852d749727f597dcbccda7 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<body>
<div id="app">
<h1>Hello World!</h1>
</div>
<script type="module">
import Vue from 'https://cdn.jsdelivr.net/npm/vue@2.6.11/dist/vue.esm.browser.js'
new Vue ({
el:'app'
})
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment