Skip to content

Instantly share code, notes, and snippets.

@aramkoukia
Created December 28, 2017 20:17
Show Gist options
  • Select an option

  • Save aramkoukia/7be3c264c5060020a9c0047cab5f91f0 to your computer and use it in GitHub Desktop.

Select an option

Save aramkoukia/7be3c264c5060020a9c0047cab5f91f0 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<script src="https://unpkg.com/vue"></script>
<script src="app.js"></script>
</head>
<body>
<div id="app">
<p>{{ message }}</p>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment