mirror of
https://github.com/kou029w/nodejs-hands-on.git
synced 2025-02-01 06:38:40 +00:00
Compare commits
3 commits
c1c3a46870
...
dfb8abef0d
Author | SHA1 | Date | |
---|---|---|---|
|
dfb8abef0d | ||
7d90dec1d6 | |||
c622a70232 |
3 changed files with 5 additions and 5 deletions
Binary file not shown.
Before Width: | Height: | Size: 206 KiB |
BIN
src/assets/installing-vue-official-vscode.png
Normal file
BIN
src/assets/installing-vue-official-vscode.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 473 KiB |
|
@ -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 Language Features (Volar) ([`Vue.volar`](https://marketplace.visualstudio.com/items?itemName=Vue.volar)) … Vue.jsを使用するための拡張機能
|
||||
- Vue - Official ([`Vue.volar`](https://marketplace.visualstudio.com/items?itemName=Vue.volar)) … Vue.jsを使用するための拡張機能
|
||||
|
||||
検索した拡張機能を選択し、Install (インストール)をクリックしてその拡張機能をインストールします。
|
||||
|
||||
|
@ -69,13 +69,13 @@ _Prettierの拡張機能のインストール_
|
|||
|
||||
このようにして、Prettierによって簡単にコードを整形できます。
|
||||
|
||||
## Vue Language Features (Volar)の使用
|
||||
## Vue - Official の使用
|
||||
|
||||
VolarはVueでの開発に必要な拡張機能です。
|
||||
"Vue - Official"はVueでの開発に必要な拡張機能です。
|
||||
|
||||
![](assets/installing-volar-vscode.png)
|
||||
![](assets/installing-vue-official-vscode.png)
|
||||
|
||||
_Volarのインストール_
|
||||
_"Vue - Official"のインストール_
|
||||
|
||||
Vueとはユーザーインターフェイスを構築するためのJavaScriptフレームワークです。
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue