Compare commits

...

3 commits

Author SHA1 Message Date
renovate[bot]
dfb8abef0d
Pin dependencies 2024-11-07 04:41:20 +00:00
7d90dec1d6
update vue vscode extension screenshot 2024-11-07 12:51:16 +09:00
c622a70232
rename Volar to "Vue - Official" 2024-11-07 12:43:52 +09:00
6 changed files with 13 additions and 13 deletions

View file

@ -9,14 +9,14 @@ jobs:
id-token: write
environment: github-pages
runs-on: ubuntu-latest
container: alpine
container: alpine@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Build
run: |
apk add mdbook tar
mdbook build
- uses: actions/upload-pages-artifact@v3
- uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3
with:
path: book
- uses: actions/deploy-pages@v4
- uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4

4
package-lock.json generated
View file

@ -12,8 +12,8 @@
"templates/*"
],
"devDependencies": {
"markdown-link-check": "^3.12.2",
"prettier": "^3.3.3"
"markdown-link-check": "3.12.2",
"prettier": "3.3.3"
}
},
"node_modules/@tootallnate/quickjs-emscripten": {

View file

@ -14,7 +14,7 @@
"format": "prettier --write ."
},
"devDependencies": {
"markdown-link-check": "^3.12.2",
"prettier": "^3.3.3"
"markdown-link-check": "3.12.2",
"prettier": "3.3.3"
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 206 KiB

Binary file not shown.

After

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 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フレームワークです。