Skip to content

Instantly share code, notes, and snippets.

@jbenner-radham
Created February 18, 2018 20:14
Show Gist options
  • Select an option

  • Save jbenner-radham/0ccc39ff0207c67d2f2bd3c5af832cc5 to your computer and use it in GitHub Desktop.

Select an option

Save jbenner-radham/0ccc39ff0207c67d2f2bd3c5af832cc5 to your computer and use it in GitHub Desktop.
A minimal Vue.js single file component.
<template>
<h1>Hello World!</h1>
</template>
<script>
export default {
name: 'app'
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment