基于 vuepress + vuepress-theme-reco主题 创建的vuepress模板
下载
git clone https://github.com/xiaocking/vuepress-template.git
进入项目
cd vuepress-template
安装依赖
npm install
启动模板
npm run dev
构建
npm run build
模板使用了MD文件自动注入到路由中
如果想手动编写路由
可以删除掉 .vuepress 文件夹中的 routerLayout.js 文件
然后 删除 .vuepress 文件夹中 config.js 中的引用即可