Skip to content

Instantly share code, notes, and snippets.

@davidalves1
Last active January 16, 2019 11:41
Show Gist options
  • Save davidalves1/4937e94f97ba67e627a3e9c40de9631c to your computer and use it in GitHub Desktop.
Save davidalves1/4937e94f97ba67e627a3e9c40de9631c to your computer and use it in GitHub Desktop.
{
"Default vue component": {
"prefix": "vuec",
"body": [
"<template>",
"\t<div>",
"\t\t",
"\t</div>",
"</template>",
"\n<script>",
"export default {",
"\tname: '',",
"\tdata: () => ({\n\t\n\t}),",
"\tmethods: {\n\t\n\t}",
"}",
"</script>",
"\n<style lang=\"scss\" scoped>\n\t\n</style>"
],
"description": "Create a default vue component"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment