# my-blog **Repository Path**: mdyun/my-blog ## Basic Information - **Project Name**: my-blog - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-10-16 - **Last Updated**: 2023-10-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 介绍 1. 本项目是基于Vuepress开发的个人博客,使用的主题是vuepress-theme-reco ## 项目启动教程 1. 首先,先执行以下命令下载项目 ``` git clone git@gitee.com:bestcuicheng/vuepress.git ``` 如果你没有gitee的账号,请用以下方式 ``` git clone https://gitee.com/bestcuicheng/vuepress.git ``` 2. 在项目根目录执行命令,下载依赖 ``` npm i --registry=https://registry.npm.taobao.org ``` 3. 下载完依赖之后,您可以执行以下启动项目 ``` npm run docs:dev ``` 4. 启动完成后,打开 http://localhost:8080/ 看到主页