使用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>
相关文章
相关标签/搜索