We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b08a61d commit b59608dCopy full SHA for b59608d
docs/others/vitepress/getting-started.md
@@ -33,7 +33,10 @@ yarn init
33
"repository": "https://github.com/curder/code-snippets.git",
34
"author": "curder <q.curder@gmail.com>",
35
"license": "MIT",
36
- "type": "module"
+ "type": "module",
37
+ "engines": {
38
+ "node": ">= 18"
39
+ },
40
}
41
```
42
:::
@@ -62,13 +65,16 @@ echo '<!--@include: ./README.md-->' > docs/index.md
62
65
63
66
64
67
"type": "module",
68
69
70
71
"scripts": { // [!code focus]
72
"docs:dev": "vitepress dev docs", // [!code focus]
73
"docs:build": "vitepress build docs", // [!code focus]
74
"docs:preview": "vitepress preview docs" // [!code focus]
75
}, // [!code focus]
76
"devDependencies": {
- "vitepress": "^1.1.4"
77
+ "vitepress": "^1.3.4"
78
79
80
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments