Skip to content

Instantly share code, notes, and snippets.

@hectorlorenzo
Created August 3, 2016 09:30
Show Gist options
  • 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