https://github.com/sun-zhenxing/vitepress-template
VitePress 全功能模板,支持 Mermaid/KaTeX,使用 rolldown-vite 加速
https://github.com/sun-zhenxing/vitepress-template
latex mermaid rolldown tailwindcss vitepress
Last synced: about 1 month ago
JSON representation
VitePress 全功能模板,支持 Mermaid/KaTeX,使用 rolldown-vite 加速
- Host: GitHub
- URL: https://github.com/sun-zhenxing/vitepress-template
- Owner: Sun-ZhenXing
- Created: 2025-06-02T04:50:16.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-02T05:04:49.000Z (about 1 year ago)
- Last Synced: 2025-06-29T10:31:33.064Z (11 months ago)
- Topics: latex, mermaid, rolldown, tailwindcss, vitepress
- Language: Dockerfile
- Homepage: https://blog.alexsun.top/vitepress-template/
- Size: 2.56 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VitePress 模板
## 开始
安装依赖:
```bash
pnpm i
```
开发:
```bash
pnpm dev
```
构建:
```bash
pnpm build
```