# docs-vite-press **Repository Path**: xizhaobo/docs-vite-press ## Basic Information - **Project Name**: docs-vite-press - **Description**: 使用 VitePress 搭建博客 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-17 - **Last Updated**: 2026-03-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # docs-vite-press ### 搭建流程 ```shell # v24.24.0 $ node -v # 安装 vitepress $ npm add -D vitepress@next # 安装向导 $ npx vitepress init # 项目启动 $ npm run docs:dev ```