中小企業診断士試験受験日誌

中小企業診断士試験受験日誌

メインコンテンツは二次試験対策です。

二次試験 一次試験 その他

VuePressはシンプル第一

VuePress は、静的サイトジェネレーターによるCMSです。マークダウン中心の設計なので執筆に集中できます。

Vue-Powered

Vueで開発できます。Vueコンポーネントをmdファイルに組み込んだり、Vueでカスタムテーマを作成できます。

超高速表示

VuePressは、ビルド時に html を書き出し、実行時(ランタイム)はSPAとして振る舞います。

みなさんも日誌書きましょう。

# install in your project
yarn add -D vuepress@next

# create a markdown file
echo '# Hello VuePress' > README.md

# start writing
yarn vuepress dev

# build to static files
yarn vuepress build
# install in your project
npm install -D vuepress@next

# create a markdown file
echo '# Hello VuePress' > README.md

# start writing
npx vuepress dev

# build to static files
npx vuepress build