Skip to content

Commit

Permalink
Vue.jsのアプリケーション開発に利用するVS Codeの拡張機能を記載 (#560)
Browse files Browse the repository at this point in the history
  • Loading branch information
KentaHizume authored Mar 14, 2024
1 parent 68ddc47 commit 2873e5d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,9 @@ AlesInfiny Maia の各ドキュメントは、本節に記載されている環

1. 以下の拡張機能をインストールします。

[Japanese Language Pack for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=MS-CEINTL.vscode-language-pack-ja)
- [Japanese Language Pack for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=MS-CEINTL.vscode-language-pack-ja)

- [Vue - Official](https://marketplace.visualstudio.com/items?itemName=Vue.volar)[^1]

### Git for Windows のインストール {#install-git-for-windows}

Expand Down Expand Up @@ -127,3 +129,6 @@ JDK のインストール時のカスタムセットアップで設定済みで
<https://nodejs.org/en/>
1. インストーラーを実行します。カスタムセットアップにて、 npm のインストールと PATH の追加をするよう設定することを推奨します ( 既定値のままインストールすると npm のインストールと PATH の設定が行われます ) 。
[^1]:
Vue.js アプリケーションの開発に推奨されている拡張機能です。詳細は[公式ドキュメント :material-open-in-new:](https://ja.vuejs.org/guide/scaling-up/tooling#ide-support){ target=_blank }を参照してください。
1 change: 1 addition & 0 deletions documents/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ markdown_extensions:
- admonition
- attr_list
- def_list
- footnotes
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
Expand Down

0 comments on commit 2873e5d

Please sign in to comment.