0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Vue.jsで開発する際のVSCodeの拡張機能

Last updated at Posted at 2021-12-31

はじめに

Vue.jsの開発にオススメのVSCodeを紹介します

前提

開発環境構築が終わっていること
手順は下記参考
https://qiita.com/wooooo/items/0186ac57b025611c63a5

拡張機能

Vetur

.vueファイルがシンタックスハイライト(色付き表示)されます

vue-peek

Vueコードの編集を拡張。
コンポーネントの移動が楽になります。

Auto Rename Tag

HTMLの開始タグと終了タグが同時に生成される

Beautify

コード整形がキレイに

Vue 3 Snippets

コードヒントが増える

Code Spell Checker

スペルミスを防いで、typoエラーから逃れる

Duplicate action

ファイル複製用の拡張機能

Live Server

WEBサーバをローカルで起動

#Code Runnne
JavaScriptの実行結果を表示

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?