Created
May 17, 2018 19:16
-
-
Save jordanhudgens/d6dd6406ae26f014f70ab286a7ea80f6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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