Last active
January 16, 2019 11:41
-
-
Save davidalves1/4937e94f97ba67e627a3e9c40de9631c to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"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