安裝完成 SublimeTmpl
後
能夠看到下面這張圖vue
<template> </template> <script type="ecmascript-6"> </script> <style rel="stylesheet"> </style>
,{ "caption": "Tmpl: Create vue", "command": "sublime_tmpl", "args": {"type": "vue"} }
[ { "keys": ["ctrl+alt+e"], "command": "sublime_tmpl", "args": {"type": "vue"}, "context": [{"key": "sublime_tmpl.vue"}] } ]
如今你就能夠用 Ctrl+Alt+e
就能夠創建新的vue模板了ecmascript
安裝插件 vue-syntax-highlight
新建vue文件後,若是右下角顯示是vue Component就證實能夠了。
若是不是,按Ctrl+Shift+P 輸入Vue 切換成set Syntax:Vue Component就能夠了spa