Vuejs Snippets
Vuejs Snippets for Sublime Text
Details
Installs
- Total 176K
- Win 113K
- Mac 39K
- Linux 23K
Jul 3 | Jul 2 | Jul 1 | Jun 30 | Jun 29 | Jun 28 | Jun 27 | Jun 26 | Jun 25 | Jun 24 | Jun 23 | Jun 22 | Jun 21 | Jun 20 | Jun 19 | Jun 18 | Jun 17 | Jun 16 | Jun 15 | Jun 14 | Jun 13 | Jun 12 | Jun 11 | Jun 10 | Jun 9 | Jun 8 | Jun 7 | Jun 6 | Jun 5 | Jun 4 | Jun 3 | Jun 2 | Jun 1 | May 31 | May 30 | May 29 | May 28 | May 27 | May 26 | May 25 | May 24 | May 23 | May 22 | May 21 | May 20 | May 19 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 11 | 21 | 14 | 17 | 16 | 15 | 20 | 9 | 8 | 19 | 20 | 16 | 25 | 21 | 13 | 15 | 17 | 15 | 17 | 18 | 17 | 9 | 7 | 14 | 27 | 23 | 24 | 17 | 10 | 11 | 11 | 18 | 20 | 15 | 23 | 9 | 11 | 23 | 16 | 15 | 25 | 23 | 12 | 11 | 20 | 20 |
Mac | 1 | 1 | 5 | 3 | 1 | 4 | 5 | 4 | 3 | 2 | 7 | 1 | 7 | 7 | 4 | 2 | 1 | 7 | 6 | 3 | 2 | 1 | 3 | 9 | 6 | 5 | 5 | 1 | 5 | 2 | 3 | 6 | 6 | 1 | 6 | 2 | 4 | 2 | 4 | 9 | 2 | 9 | 3 | 5 | 4 | 7 |
Linux | 2 | 5 | 3 | 2 | 4 | 5 | 5 | 1 | 9 | 2 | 4 | 4 | 6 | 2 | 5 | 2 | 1 | 4 | 5 | 5 | 6 | 4 | 2 | 3 | 3 | 7 | 8 | 4 | 3 | 7 | 1 | 5 | 6 | 5 | 3 | 6 | 3 | 4 | 7 | 3 | 6 | 7 | 2 | 4 | 5 | 5 |
Readme
- Source
- raw.githubusercontent.com
Vue.js Snippets for Sublime Text
Snippets for Sublime Text with the key features of Vue.js
Install
- Open packagecontrol.io - (ctrl or ⌘) + ⇧ + p
- Type “Vuejs Snippets”
- :white_check_mark: Installed!
Snippets
Global:
v
vue
⇢ Vue instancevued
⇢ Vue directivevuef
⇢ Vue filtervuenexttick
⇢Vue.nextTick()
Component + Options/Data
vuec
⇢ Vue componentvueccomputed
⇢ Vue computed propsvuecdata
⇢ Vue component datavuecmethods
⇢ Vue component methodsvuecmixins
⇢ Vue component mixinsvuecprops
⇢ Vue component propsvuecwatch
⇢ Vue component watch
Vue Resource
vueht
⇢this.$http()
vuehtget
⇢this.$http.get()
vuehtpost
⇢this.$http.post()
Vue Router
vuert
⇢this.$route
vuertgo
⇢this.$route.router.go()
Vuex
vuex
⇢Vuex instance
Directives:
v-bind
⇢:prop="data"
v-el
⇢v-el:el-name
v-else
⇢<div v-else>
v-for
⇢<div v-for="item in items">
v-if
⇢<div v-if="">
v-link
⇢<a v-link="">
v-on
⇢@evt="callback"
v-ref
⇢v-ref:ref-name
Update
Just Remove and Install again.
License
● filipe - WTFPL