# vuepress-starter **Repository Path**: joshho/vuepress-starter ## Basic Information - **Project Name**: vuepress-starter - **Description**: 一个简易的vuepress脚手架。 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2020-06-15 - **Last Updated**: 2023-04-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vuepress-starter #### 介绍 一个简易的vuepress脚手架。 #### 安装教程 启动: ```$xslt npm run dev ``` 编译: ```$xslt npm run build ``` 输出目录: ```$xslt /docs/dist ``` 使用方法: > 顶部导航 修改docs/.vuepress/config.js中的themeConfig.nav数据即可。 > 侧边栏 直接在docs下创建相应的文件夹即可,文件夹名将会自动做为侧边栏中的标题,该文件夹下的二级标题也会显示到侧边栏中。 界面示例: ![1.png](https://images.gitee.com/uploads/images/2020/0615/231023_950d6e5a_367746.png) ![2.png](https://images.gitee.com/uploads/images/2020/0615/231125_fddb727e_367746.png) ![3.png](https://images.gitee.com/uploads/images/2020/0615/231200_a423be29_367746.png) ![4.png](https://images.gitee.com/uploads/images/2020/0615/231247_1ab9b6c5_367746.png)