# note_blogs_vuepress_java **Repository Path**: panda_code_note/note_blogs_vuepress_java ## Basic Information - **Project Name**: note_blogs_vuepress_java - **Description**: Java学习笔记 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-04-27 - **Last Updated**: 2025-12-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README - 评论 - 插件下载 ```shell yarn add vuepress-plugin-comment -D ``` - gitbash中文修改 - Options->Text->Locale改为zh_CN,UTF-8 - git config --global core.quotepath false - https://www.win7zhijia.cn/win11jc/win10_55096.html - 运行与部署 - 环境搭建 - node - pnpm ```shell pnpm install ``` - 本地运行: ```shell pnpm run dev ``` - 构建 ```shell pnpm run build ``` - 上传 ```shell ```