vuepress

スポンサーリンク
ソフトウェア

VuePress2で「Cannot read properties of undefined (reading ‘value’)」

問題以下のようにVuePress2で build を行うと「Cannot read properties of undefined (reading 'value')」のエラーが発生した。PS C:\Code\******\website_...
ソフトウェア

VuePress2 vs VitePress

背景Vue には VuePress という人気の Static Site Generator (SSG) がありました。しかし、VuePress の開発が停滞し、結果2つの後継プロジェクトが立ち上がりました。それが、VuePress2 と ...
ソフトウェア

VuePressでIconを設定する手順

環境Version:VuePress v2.0.0-beta.60※ Version2であることに注意してください手順docs/.vuepress/ に「public」ディレクトリを作成するpublic ディレクトリに「icon.png」(...
ソフトウェア

VuePressでfooterを設定する手順

基本次の項で詳細を書きますが、基本的に VuePress は footer をカスタマイズするのにあまり向いていません。手順結論から申し上げますと、MarkdownのFrontmatterを以下のように設定します。まず、Markdown の...
スポンサーリンク