feat: initialize VitePress CMS

This commit is contained in:
Coldsmile_7
2026-06-05 23:21:41 +08:00
commit 928f742d5e
45 changed files with 8214 additions and 0 deletions

24
test-vitepress/README.md Normal file
View File

@@ -0,0 +1,24 @@
# VitePress CMS Test Site
这是一个独立的 VitePress 测试站点,用来模拟真实用户项目。
VitePress-CMS 主项目不依赖 VitePress。后续 CMS 会通过文件系统或 GitHub API 读取这个站点的 Markdown 页面和 `.vitepress/config.ts`
## 本地运行
```bash
npm install
npm run dev
```
默认开发地址:
```text
http://localhost:5175
```
## 构建
```bash
npm run build
```