NVS Visual Studio Code Vue Snippets
This package contains some Visual Studio Code snippets for Vue. These snippets are commonly used in Netvlies based Vue projects.
Installation
- Open VS Code
- Open the extensions tab (shortcut:
⇧ ⌘ X )
- Search for "NVS vue snippets"
- Install the package
Maintainers
Available snippets
Snippet |
Code |
cmp |
Generates a ready to use Vue component with the script setup variant |
defineCmp |
Generates a ready to use Vue component with the composition API (defineComponent) |
| |