Skip to content

Instantly share code, notes, and snippets.

@uguisu-an
Created June 14, 2019 07:21
Show Gist options
  • Save uguisu-an/3e94c464db3110b6dfb1e6fc0ede3337 to your computer and use it in GitHub Desktop.
Save uguisu-an/3e94c464db3110b6dfb1e6fc0ede3337 to your computer and use it in GitHub Desktop.
vue + typescriptの初期化スニペット(Visual Studio Code)
{
"Scaffolding typescript": {
"prefix": "typescript scaffold",
"body": [
"<script lang=\"ts\">",
"import { Prop, Component, Vue } from \"vue-property-decorator\";",
"",
"@Component",
"export default class $TM_FILENAME_BASE extends Vue {",
" $0",
"}",
"</script>"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment