filipelinhares / vuejs-snippets-sublime

Vuejs Snippets for Sublime Text
Do What The F*ck You Want To Public License
76 stars 21 forks source link

How to use this ? #13

Closed afoysal closed 6 years ago

afoysal commented 6 years ago

How to use this ?

filipelinhares commented 6 years ago

Hi @afoysal.

First you need to install it using Package Control.

To use just type one of the snippets, hit tab and it will autocomplete to you, e.g:

  1. Type v-for
  2. Hit tab ⇥
  3. It will expand to:
    <div v-for="item in items">
    </div>