- 本博客基于 VitePress 构建,使用 Cloudflare Pages 托管
- VitePress 是一个基于 Vue 和 Vite 的静态网站生成器,性能出色且配置简单
- 推荐使用 yarn 作为包管理工具
- 推荐使用 Node.js 18.0.0 及以上版本(当前使用 Node.js 20.x)
# 克隆项目
git clone https://github.com/samzong/samzong.github.io.git
# 进入项目目录
cd samzong.github.io
# 安装依赖
yarn install
# 启动开发服务器
yarn dev
# 构建静态文件
yarn build
# 本地预览构建结果
yarn preview
- VitePress - Vue 驱动的静态网站生成器
- Vue 3 - 渐进式 JavaScript 框架
- TypeScript - JavaScript 的超集