Skip to content

Commit

Permalink
docs: update vue vscode expand
Browse files Browse the repository at this point in the history
vetur => volar
  • Loading branch information
FliPPeDround authored and honlyHuang committed Oct 12, 2024
1 parent 9f73bad commit f7e6aac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versioned_docs/version-3.x/guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Commands:

我们推荐使用 [VSCode](https://code.visualstudio.com/)[WebStorm](https://www.jetbrains.com/webstorm/)(或其它支持 Web 开发的 Jetbrains IDE)。

当你使用 VSCode 时,推荐安装 [ESLint 插件](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint),如果你使用 TypeScript,别忘了配置 `eslint.probe` 参数。如果使用 Vue,推荐安装 [Vetur](https://marketplace.visualstudio.com/items?itemName=octref.vetur) 插件。
当你使用 VSCode 时,推荐安装 [ESLint 插件](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint),如果你使用 TypeScript,别忘了配置 `eslint.probe` 参数。如果使用 Vue,推荐安装 [Vue - Official](https://marketplace.visualstudio.com/items?itemName=Vue.volar) 插件。

如果你愿意花钱又懒得折腾可以选择 [WebStorm](https://www.jetbrains.com/webstorm/)(或其它支持 Web 开发的 Jetbrains IDE),基本不需要配置。

Expand Down

0 comments on commit f7e6aac

Please sign in to comment.