Skip to content

Instantly share code, notes, and snippets.

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

  • Save aramkoukia/4ec75193205712d6a253864f14590f66 to your computer and use it in GitHub Desktop.

Select an option

Save aramkoukia/4ec75193205712d6a253864f14590f66 to your computer and use it in GitHub Desktop.
vuejs hello world
new Vue({
el: '#app',
data: {
message: 'Hello World, Vue.js!'
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment