055d4531f0944bd20c73f21c6ba559936dbe629f
My Blog and Notebook
Visit: https://thejinchao.github.io
开发环境搭建
- 安装node.js https://nodejs.org
- 安装yarn https://classic.yarnpkg.com/lang/en/docs/install/#windows-stable
npm install --global yarn
yarn --version
安装必须组件
安装 vuepress
npm install -D vuepress@next
安装打包工具和主题
npm install -D @vuepress/bundler-vite@next @vuepress/theme-default@next
安装sass-embedded
yarn add -D sass-embedded
Add math support to your VuePress site
npm i -D @vuepress/plugin-markdown-math@next
npm i -D mathjax-full
Add additional features to your markdown images
npm i -D @vuepress/plugin-markdown-image@next
Languages
YAML
100%