# 蘑菇笔记 **Repository Path**: kinokoyoo/mushroom-notes ## Basic Information - **Project Name**: 蘑菇笔记 - **Description**: 基于vuepress实现的个人知识库 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-16 - **Last Updated**: 2024-09-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: Vue, vuepress ## README # 蘑菇笔记 #### 介绍 基于vuepress实现的个人知识库 使用主题: `vuepress-theme-vdoing` #### 安装教程 1.拉取项目 ```shell git clone https://gitee.com/kinokoyoo/mushroom-notes.git ``` 2.进入文件夹,下载依赖 ```shell npm i ``` 3.启动项目 ```shell npm run dev ``` #### 使用说明 1. node.js >= 18.0.0+ 2. npm >= 10.2.3