Skip to content

Commit

Permalink
Update overview.md (#1542)
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-es authored Aug 31, 2023
1 parent 9e2e30f commit fd320cd
Showing 1 changed file with 1 addition and 1 deletion.
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

1 comment on commit fd320cd

@vercel
Copy link

@vercel vercel bot commented on fd320cd Aug 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.