Skip to content

Instantly share code, notes, and snippets.

@forresto
Last active October 28, 2020 17:36
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 forresto/05ed3daa8bef77448a9b78ffc24bd3ad to your computer and use it in GitHub Desktop.
Save forresto/05ed3daa8bef77448a9b78ffc24bd3ad to your computer and use it in GitHub Desktop.
hello-vue.js
var app = new Vue({
el: '#app',
data: {
message: 'Hello Vue! AF is cool.'
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment