mirror of
https://github.com/ZiuChen/ZiuChen.github.io.git
synced 2025-08-17 23:19:55 +08:00
18 lines
312 B
Markdown
18 lines
312 B
Markdown
# 基于VitePress的个人主页
|
||
|
||
*Github Action驱动,一次推送 多端部署*
|
||
|
||
[Github Page](https://ziuchen.github.io/)
|
||
|
||
[Vercel](https://ziuchen.vercel.app/)
|
||
|
||
[Cloudflare Pages](https://ziuchen.pages.dev/)
|
||
|
||
```sh
|
||
# 安装依赖
|
||
pnpm i
|
||
# 热更新
|
||
pnpm run dev
|
||
# 构建
|
||
pnpm run build
|
||
``` |