# vite-press-blog **Repository Path**: codercjx/vite-press-blog ## Basic Information - **Project Name**: vite-press-blog - **Description**: 个人博客和笔记 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-09-16 - **Last Updated**: 2023-09-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vitepress @sugarat/theme 简约风的 [Vitepress 博客主题](https://theme.sugarat.top) ## Usage 先安装 `pnpm` ```sh npm i -g pnpm ``` 安装依赖 ```sh pnpm install ``` 开发启动 ```sh pnpm dev ``` 构建 ```sh pnpm build ``` 预览产物 ```sh pnpm serve ```