Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update references to volar #1542

Merged
merged 1 commit into from
Aug 31, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/guide/typescript/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Vite ベースのセットアップでは、開発サーバーとそのバンド

- 開発中は、すぐに型エラーのフィードバックを得るために、優れた [IDE セットアップ](#ide-support) に頼ることを推奨します。

- SFC を使用する場合、コマンドラインでの型チェックと型宣言の生成には [`vue-tsc`](https://github.com/johnsoncodehk/volar/tree/master/vue-language-tools/vue-tsc) を使用します。`vue-tsc` は TypeScript 独自のコマンドラインインターフェースである `tsc` のラッパーです。TypeScript のファイルに加えて Vue SFC をサポートする以外は、`tsc` とほぼ同じように動作します。Vite の開発サーバーと並行して、`vue-tsc` をウォッチモードで実行するか、別のワーカースレッドでチェックを実行する [vite-plugin-checker](https://vite-plugin-checker.netlify.app/) のような Vite プラグインを使用できます。
- SFC を使用する場合、コマンドラインでの型チェックと型宣言の生成には [`vue-tsc`](https://github.com/vuejs/language-tools/tree/master/packages/vue-tsc) を使用します。`vue-tsc` は TypeScript 独自のコマンドラインインターフェースである `tsc` のラッパーです。TypeScript のファイルに加えて Vue SFC をサポートする以外は、`tsc` とほぼ同じように動作します。Vite の開発サーバーと並行して、`vue-tsc` をウォッチモードで実行するか、別のワーカースレッドでチェックを実行する [vite-plugin-checker](https://vite-plugin-checker.netlify.app/) のような Vite プラグインを使用できます。

- Vue CLI は TypeScript もサポートしていますが、推奨されなくなりました。[以下の注意](#note-on-vue-cli-and-ts-loader)を参照してください。

Expand Down