This extension for Visual Studio Code adds snippets for Vue + Typescript workflow
Type part of a snippet, press Enter or Tab, and the snippet unfolds.
v-init // Vue component initialization
vx-init // Vuex dynamic store bootstrapping
vx-module // Vuex dynamic module bootstrapping
Initial 3 snippets
Fixed some typo vfor added