Skip to content

Instantly share code, notes, and snippets.

@44r0n
Created April 12, 2020 21:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 44r0n/ae42fb7a50b78e6bb1fa8ceaefcd9169 to your computer and use it in GitHub Desktop.
Save 44r0n/ae42fb7a50b78e6bb1fa8ceaefcd9169 to your computer and use it in GitHub Desktop.
Vue snippet for VSCOde
{
"Vue Template": {
"prefix": "vue",
"body": [
"<template>",
"\t$0",
"</template>",
"",
"<script lang=\"ts\">",
"import { Vue, Component } from 'vue-property-decorator'",
"",
"@Component",
"export default class $TM_FILENAME_BASE extends Vue {",
"\t",
"}",
"</script>",
"",
"<style lang=\"less\">",
"",
"</style>"
],
"description": "Personalized Vue snippet"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment