mirror of
https://github.com/kou029w/nodejs-hands-on.git
synced 2025-01-31 22:38:01 +00:00
Compare commits
3 commits
c1c3a46870
...
dfb8abef0d
Author | SHA1 | Date | |
---|---|---|---|
|
dfb8abef0d | ||
7d90dec1d6 | |||
c622a70232 |
6 changed files with 13 additions and 13 deletions
8
.github/workflows/github-pages.yml
vendored
8
.github/workflows/github-pages.yml
vendored
|
@ -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
4
package-lock.json
generated
|
@ -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": {
|
||||
|
|
|
@ -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 |
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