Skip to content

Instantly share code, notes, and snippets.

@tdondich
Created May 13, 2019 02:44
Show Gist options
  • Save tdondich/dd40b5faf57a01a5185e832436564655 to your computer and use it in GitHub Desktop.
Save tdondich/dd40b5faf57a01a5185e832436564655 to your computer and use it in GitHub Desktop.
Simple Vue.js counter application html
<div id="counterApp">
<div>
Our counter value is: {{counter}}
</div>
<button @click="increment">Click Me</button>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment