Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>vippetsNew to Visual Studio Code? Get it now.
vippets

vippets

s3xysteak

|
12 installs
| (0) | Free
Some vue snippets. Love from vuer
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Intro

I am a vscode extension that provide some vue snippets support for vue2 && vue3.

intro gif

What could I do?

  • vue3
abbr. snippet
com computed(() => )
watchE watchEffect(()=>{})
onmo onMounted(()=>{})
onun onUnmounted(()=>{})

Use <sc to generate template

<script setup>
<script>

<template>
  <div>
  </div>
</template>

Use <st to generate style

<style scoped></style>
  • vue2
abbr. snippet
vname name: '',
vcreated created() {},
vdata data() { return {} },
...v + other options ...other options

Use vbase to generate template

<template>
  <div></div>
</template>

<script>
export default {}
</script>

<style lang="scss" scoped></style>
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft