# vitepress-blog-sugar-template **Repository Path**: sugarjl/vitepress-blog-sugar-template ## Basic Information - **Project Name**: vitepress-blog-sugar-template - **Description**: 简约风的 Vitepress 博客主题 @sugarat/theme 示例运行项目。 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-10 - **Last Updated**: 2024-03-10 ## 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 ```