最近使用webstorm开发vuejs项目的时候经常出现卡顿的现象,感觉还是sublime text3比较轻巧便捷,但是使用sublime text3需要安装一些插件~

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>

相关文章:

  • 2021-12-17
  • 2021-10-02
  • 2021-07-26
  • 2022-02-10
猜你喜欢
  • 2022-02-10
  • 2021-09-09
  • 2022-12-23
  • 2021-10-06
  • 2022-02-10
  • 2022-01-20
相关资源
相似解决方案