# vuepress-learn **Repository Path**: peterjxl/vuepress-learn ## Basic Information - **Project Name**: vuepress-learn - **Description**: 学习VuePress使用的练手项目 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2023-02-12 - **Last Updated**: 2025-08-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # VuePress Learn 本项目是演示VuePress的入门教程而建立的练手项目,请配合教程使用 分支说明: * VuePressDemo1HelloWorld:演示基本的VuePress运行 * VuePressDemo2Basic:演示基本的配置项,热更新,导航栏配置和侧边栏配置等 * VuePressDemo3Theme:演示如何使用主题 * VuePressDemo4Plugin:演示如何使用插件 * VuePressDemo5Settings:演示更多的配置 * VuePressDemo6Deploy:演示怎么部署 运行方法 ``` git clone git@gitee.com:peterjxl/vuepress-learn.git cd vuepress-learn npm i npm run docs:dev ``` 如果想要切换到某个分支,则使用如下命令:然后再运行即可 ``` git switch -c branchName origin/branchName ```