LoginSignup
0
0

More than 3 years have passed since last update.

【Vscode plugin】Vetur

Last updated at Posted at 2021-03-02

Vetur

Vue.jsに関するvscodeの拡張機能

読み方

ビーターらしい

サポート一覧

  • シンタックスハイライト
  • スニペット
  • Emmet
  • コードチェック(linting/Erorr Check)
  • オートコンプリート

vscodeでのメッセージ

Veturは見つけることができませんtsconfig.json、jsconfig.json/ XXXX / XXXXXXで。
あなたがいずれかを持っていない場合はtsconfig.json、jsconfig.jsonプロジェクトで、Veturは、フォールバックの設定を使用します。パスエイリアス、デコレータ、インポートjsonなどの一部の機能は機能しません。

この構成をプロジェクトの正しい位置に追加するか、を使用vetur.config.jsしてファイルパスを設定できます。

これから編集予定↓

vscodeでアラート

Vetur can't find `tsconfig.json` or `jsconfig.json` in ディレクトリパス

Vetur公式

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0