feat: initialize VitePress CMS
This commit is contained in:
24
test-vitepress/README.md
Normal file
24
test-vitepress/README.md
Normal 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
|
||||
```
|
||||
Reference in New Issue
Block a user