Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 989 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 989 Bytes

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