Skip to content

Instantly share code, notes, and snippets.

@jordanhudgens
Created May 17, 2018 19:16
Show Gist options
  • Save jordanhudgens/d6dd6406ae26f014f70ab286a7ea80f6 to your computer and use it in GitHub Desktop.
Save jordanhudgens/d6dd6406ae26f014f70ab286a7ea80f6 to your computer and use it in GitHub Desktop.
{
"Vue Component": {
"prefix": "vc",
"body": [
"<template>",
" <div>",
" $2",
" </div>",
"</template>",
"",
"<script>",
"export default {",
" name: '$1',",
" data() {",
" return {",
" }",
" }",
"}",
"</script>",
"",
"<style scoped>",
"",
"</style>"
],
"description": "Generates a Vue component"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment