【问题标题】:VueJS setup for AtomAtom 的 VueJS 设置
【发布时间】:2018-05-14 11:59:20
【问题描述】:

我一直在寻找 VueJS 的 linter 和 hinter。另外我在任何地方都使用 tyepsript,所以 js-hintlinter-jscs 不会有用。 我目前有这些:

  • language-vue
  • atom-beautify
  • emmet
  • linter
  • linter-ui-default

我需要的功能:

  • 变量声明错误
  • 分号警告
  • 跳转到变量描述
  • 如果可能的话,Bootstrap-Vue 标记完成
  • 基本的sn-ps

【问题讨论】:

    标签: vue.js ide vuejs2 atom-editor text-editor


    【解决方案1】:

    基本的sn-ps

    短绒

    【讨论】:

      【解决方案2】:

      在 Atom 上使用 Vue 语言启用 Emmet

      • 在您的 atom 编辑器上转到 keymap.cson(顶部的 Atom 项目菜单)
      • 复制并粘贴此代码

        'atom-text-editor[data-grammar~="vue"]:not([mini])': 'tab': 'emmet:expand-abbreviation-with-tab'

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 2018-12-23
        • 1970-01-01
        • 2017-05-03
        • 2021-12-02
        • 2017-11-01
        • 2015-07-01
        • 1970-01-01
        • 1970-01-01
        相关资源
        最近更新 更多