# RanGuMo **Repository Path**: RanGuMo/RanGuMo ## Basic Information - **Project Name**: RanGuMo - **Description**: 用VuePress搭建的博客 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-02-21 - **Last Updated**: 2024-04-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # `Vuepress`博客笔记 ### 参考 https://www.it235.com/guide/notes/vuepress.html ### 1.安装 ``` # 打开cmd 全局安装yarn $ npm i -g yarn # 设置yarn淘宝源,使用npm的同学,也是可以设置淘宝源 $ yarn config set registry https://registry.npm.taobao.org $ git clone https://github.com/it235/it235-vuepress.git # 打开CMD命令行窗口 $ cd it235-vuepress # 安装vuepress $ yarn add -D vuepress 或 npm install -g vuepress $ yarn docs:dev 或 npm run docs:dev ``` ### 2.预览 ![1563786698861](./docs/.vuepress/public/view.png) ### 3.项目运行 ```bash npm run docs:dev ```