vuepress-theme-vdoing本站使用主题
本站使用主题: vuepress-theme-vdoing
# 快速上手
# 安装启动
git clone https://github.com/mrcdh/vuepress-theme-vdoing.git
cd vuepress-theme-vdoing
npm install
npm run dev
1
2
3
4
5
6
7
2
3
4
5
6
7
# 使用 Vdoing 主题
# 安装最新主题包
npm install vuepress-theme-vdoing -D
# 在.vuepress/config.js中配置使用主题
module.exports = {
theme: 'vdoing'
}
1
2
3
4
5
6
7
2
3
4
5
6
7
# 版本升级
npm update vuepress-theme-vdoing
1
# 评论插件
本站使用评论插件 valine (opens new window)
上次更新: 2023/09/22, 16:54:32