Skip to content

Instantly share code, notes, and snippets.

@juhahinkula
Created October 17, 2019 13:47
Show Gist options
  • Save juhahinkula/63a26ea42665136c16ce78529c154fe6 to your computer and use it in GitHub Desktop.
Save juhahinkula/63a26ea42665136c16ce78529c154fe6 to your computer and use it in GitHub Desktop.
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Vue.js</title>
<script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script>
</head>
<body>
<div id="input">
</div>
<script>
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment