<template> </template> <script type="ecmascript-6"> </script> <style rel="stylesheet"> </style>
Step 2: Open Default.sublime-commands and copy Paste the following configuration,{
"caption": "Tmpl: Create vue", "command": "sublime_tmpl",
"args": {"type": "vue"}
}
Step 3: Add the shortcut key Default.sublime-keymap
,{ "keys": ["ctrl+alt+e"], "command": "sublime_tmpl", "args": {"type": "vue"}, "context": [{"key": "sublime_tmpl.vue"}] }Step 4: Use ctrl alt e to create a new vue template