Skip to content

bunya017/sublime-text-quasar-snippets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Quasar Framework Sublime Text 3 Snippets

Sublime Text snippets for Quasar Framework UI components. This plugin is ported to sublime text from vscode-quasar-snippets with the aid of this VSCode to Sublime Text snippets converter.

Install

  • Clone this repo into your sublime Packages folder.
  • Goto Preferences > Settings and add this to the User panel.
"auto_complete_triggers": [ {"selector": "text.html.vue", "characters": "q"} ]

Note: You must have Vue Syntax Highlight installed for this plugin to work.

Usage

Type the component name in lowercase letters and hit TAB

qlayout + [TAB] => <q-layout view="hHr LpR lFf"></q-layout>

features demo

License

MIT