使用sublime text3編寫vuejs項目須要安裝的一些插件

最近使用webstorm開發vuejs項目的時候常常出現卡頓的現象,感受仍是sublime text3比較輕巧便捷,可是使用sublime text3須要安裝一些插件~vue

1. 讓vue文件高亮:

安裝Package Control
執行Install Package
安裝Vue Syntax Highlight

2.讓script裏面的es6代碼高亮:

安裝ecmascript syntax  安裝vuejs complete package
vue文件裏面寫成:<script type='text/ecmascript-6'></script>

3.讓style標籤支持stylus高亮:

安裝stylus
vue文件裏面寫成:<style lang='stylus'></style>
相關文章
相關標籤/搜索