# vite-press **Repository Path**: peiyanlu/vite-press ## Basic Information - **Project Name**: vite-press - **Description**: VitePress搭建的个人博客网站 - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: docs-deploy - **Homepage**: https://gitee.com/peiyanlu/vite-press - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2022-10-31 - **Last Updated**: 2023-07-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: vitepress, Vue ## README # vite-press 个人开发笔记 # 安装依赖 ```shell pnpm i ``` # 升级依赖 ```shell pnpm update ``` # (WinOS)升级pnpm ```shell iwr https://get.pnpm.io/install.ps1 -useb | iex ```