Compare commits

..

1 commit

Author SHA1 Message Date
renovate[bot]
c1c3a46870
Pin dependencies 2024-11-01 02:22:23 +00:00
3 changed files with 5 additions and 5 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 206 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 473 KiB

View file

@ -14,7 +14,7 @@ _ESLintの拡張機能のインストール_
- ESLint ([`dbaeumer.vscode-eslint`](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint)) … ESLintを使用するための拡張機能
- Prettier - Code formatter ([`esbenp.prettier-vscode`](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)) … Prettierを使用するための拡張機能
- Vue - Official ([`Vue.volar`](https://marketplace.visualstudio.com/items?itemName=Vue.volar)) … Vue.jsを使用するための拡張機能
- Vue Language Features (Volar) ([`Vue.volar`](https://marketplace.visualstudio.com/items?itemName=Vue.volar)) … Vue.jsを使用するための拡張機能
検索した拡張機能を選択し、Install (インストール)をクリックしてその拡張機能をインストールします。
@ -69,13 +69,13 @@ _Prettierの拡張機能のインストール_
このようにして、Prettierによって簡単にコードを整形できます。
## Vue - Official の使用
## Vue Language Features (Volar)の使用
"Vue - Official"はVueでの開発に必要な拡張機能です。
VolarはVueでの開発に必要な拡張機能です。
![](assets/installing-vue-official-vscode.png)
![](assets/installing-volar-vscode.png)
_"Vue - Official"のインストール_
_Volarのインストール_
Vueとはユーザーインターフェイスを構築するためのJavaScriptフレームワークです。