vuepress
初始化项目
初始化
npm init vuepress vuepress-starter
gitignore
# VuePress 默认临时文件目录
docs/.vuepress/.temp
# VuePress 默认缓存目录
docs/.vuepress/.cache
# VuePress 默认构建生成的静态文件目录
docs/.vuepress/dist
# Node.js
node_modules/
# IDEs and editors
/.idea
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace
定义首页
默认找docs目录下的README.md文件
定义导航栏
修改config.js下的navbar标签
定义侧边栏
修改config.js下的sidebar标签