This extension for Visual Studio Code adds snippets for Vue/Vuex for TypeScript and HTML.
Usage
Type part of a snippet, press enter, and the snippet unfolds.
TypeScript Snippets
v-bootstrap // Vue bootstrapping, for main.ts
v-component // Vue component
v-component-http // Vue component containing http get with Axios
v-component-test // Vue sample component test with Mocha
v-test-helper // Vue component test helper
v-routing // Vue routing
v-service // Service class
v-store // Vuex store using vuex-typescript - https://www.npmjs.com/package/vuex-typescript
v-component-store // Vue component using Vuex store from v-store snippet