Skip to content

yangtao2o/vuepress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

使用 VuePress 构建个人博客

开始

git clone https://github.com/yangtao2o/vuepress.git

cd vuepress

# 安装依赖
yarn

# 启动一个本地服务
yarn docs:dev # 或者:npm run docs:dev

# 生成静态的 HTML 文件
yarn docs:build # 或者:npm run docs:build

# 构建
yarn deploy

文档

主题

  • AntDocs —— 一款 Ant Design 设计风格的 VuePress 主题
  • vuepress-theme-reco —— 一款简洁而优雅的 vuepress 博客 & 文档 主题

Vuepress Issues

问题