mirror of
https://github.com/ZiuChen/ZiuChen.github.io.git
synced 2025-08-17 23:19:55 +08:00
12 lines
175 B
Markdown
12 lines
175 B
Markdown
# 基于Vuepress的个人主页
|
|
|
|
`Github Page` + `Gitee Page` + `Vercel`
|
|
|
|
```sh
|
|
# 安装依赖
|
|
pnpm i
|
|
# 热更新
|
|
pnpm run docs:dev
|
|
# 构建
|
|
pnpm run docs:build
|
|
``` |