Vuetify auto complete for Sublime text 3
Vuetify : Homepage
- Download zip from this repository upzip to packages folder. Notice: You can find packages folder by go to Preferences > Browse Packages.
- Clone this repository into packages folder Sublime Text 3
Vuetify snippets use vtf-* as prefix You can type vtf-* to sugguest snippets
Component | Snippet code |
---|---|
CDN link (both CSS & JS) | vtf-cdn |
CDN link (CSS only) | vtf-cdn:css |
CDN link (JS only) | vtf-cdn:js |
Component | Snippet code |
---|---|
Vuetify Alert (Default) | vtf-alert |
Vuetify Warning Alert | vtf-alert:warning |
Vuetify Info Alert | vtf-alert:info |
Vuetify Error Alert | vtf-alert:error |
Vuetify Success Alert | vtf-alert:success |
Component | Snippet code |
---|---|
Vuetify Avatar (Default) | vtf-avatar |
Vuetify Text Avatar | vtf-avatar:text |
Vuetify Icon Avatar | vtf-avatar:icon |
Vuetify Badge Avatar | vtf-avatar:badge |