# vuepress-template **Repository Path**: xiaocjee/vuepress-template ## Basic Information - **Project Name**: vuepress-template - **Description**: vuepress框架整理修改后可以直接使用的模板 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 0 - **Created**: 2020-08-28 - **Last Updated**: 2024-08-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vuepress模板 > 基于 vuepress + vuepress-theme-reco主题 创建的vuepress模板 ## 下载使用 下载 > git clone 进入项目 > cd vuepress-template 安装依赖 > npm install 启动模板 > npm run dev 构建 > npm run build ## 说明 ```yml 模板使用了MD文件自动注入到路由中 如果想手动编写路由 可以删除掉 .vuepress 文件夹中的 routerLayout.js 文件 然后 删除 .vuepress 文件夹中 config.js 中的引用即可 如使用自动注入路由,则文件夹和文件命名中不能带有中文,否则构建将报错 ```