Skip to content

sickodewebdesign/sk-vue-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sic Kode Web Design Vue 2 Extension Pack

Extensions

  • Vetur

Snippets

  • vbase (Vue 2 file base)
  • vprops (Vue 2 props)
  • vdata (Vue 2 data)
  • vcomputed (Vue 2 computed)
  • vmethod (Vue 2 method)
  • vel-props (Vue component with props)
  • vfor (Vue v-for)
  • vfor-index (Vue v-for (with index))
  • von (Vue v-on click handler)
  • von-arg (Vue v-on click handler (with argument))
  • von-args (Vue v-on click handler (with arguments))
  • vclass (Vue class binding)
  • vclass-obj (Vue class binding (object))
  • vclass-mult (Vue class binding (multiple))
  • vstyle (Vue inline style binding)
  • vstyle-obj (Vue inline style binding (object))
  • vstyle-mult (Vue inline style binding (multiple))