1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 06:30:03 +08:00
SpaceVim/docs/cn/layers/lang/vue.md
Shidong Wang e33aeb1b00
fix(layer): add :h SpaceVim-layers-lang-vue
Problem: failed to lint vue file.
Solution:
1. change eslint-plugin-html to eslint-plugin-vue
2. update vue layer page
3. add `:h SpaceVim-layers-lang-vue`

close https://github.com/SpaceVim/SpaceVim/issues/4488
2021-10-01 23:23:09 +08:00

1.0 KiB

title description lang
SpaceVim lang#vue 模块 这一模块为 SpaceVim 提供了 Vue 的的开发支持,包括代码补全、语法检查、代码格式化等特性。 zh

可用模块 >> lang#vue

模块简介

这一模块为 SpaceVim 提供了 Vue 的的开发支持,包括代码补全、语法检查、代码格式化等特性。该模块包含了插件 vim-vue

依赖安装及启用模块

启用模块

可通过在配置文件内加入如下配置来启用该模块:

[[layers]]
  name = "lang#vue"

语言工具

  • 语法检查:

    checkers 模块提供了代码检查功能, 此外需要安装 eslinteslint-plugin-vue 包:

    npm install -g eslint eslint-plugin-vue