Skip to content

Instantly share code, notes, and snippets.

@hectorlorenzo
Created August 3, 2016 09:30
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 hectorlorenzo/c44d7ebd665917f7a808ea104c546299 to your computer and use it in GitHub Desktop.
Save hectorlorenzo/c44d7ebd665917f7a808ea104c546299 to your computer and use it in GitHub Desktop.
new Vue({
el: '#app',
data: {
message: 'Hello Vue.js!'
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment