Skip to content

๐Ÿ—๏ธ Architecture โ€‹

This page introduces the technical architecture and design of the project.

Tech Stack โ€‹

TechPurposeVersion
VitePressStatic site generator1.x
Vue 3UI components (built-in)3.x
ViteBuild tool (built-in)5.x
Markdown ItMarkdown parser-

Architecture โ€‹

โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
โ”‚           VitePress Engine           โ”‚
โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค
โ”‚  config.ts   โ”‚   theme/   โ”‚  public/โ”‚
โ”‚  Site config โ”‚  Theme      โ”‚  Assets โ”‚
โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค
โ”‚           Markdown Docs              โ”‚
โ”‚   guide/    โ”‚    dev/    โ”‚   en/    โ”‚
โ”œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ค
โ”‚         Build Output (dist)          โ”‚
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜

Core Modules โ€‹

Config System (config.ts) โ€‹

Controls site metadata, navigation, sidebar, i18n routing, search, and theming.

Theme System (theme/) โ€‹

Extends the default VitePress theme:

  • index.ts - Theme entry, register custom components
  • style.css - CSS variable overrides

Content System โ€‹

Markdown docs organized by language and category:

  • guide/ - User guides
  • dev/ - Developer documentation
  • en/ - English version (mirrors Chinese structure)

Build Flow โ€‹

Markdown โ†’ Markdown It โ†’ Vue SFC โ†’ Vite Build โ†’ Static HTML
  1. Parse Markdown It converts .md to HTML
  2. Compile Vue SFC compilation for component support
  3. Build Vite bundles and optimizes
  4. SSR Pre-renders each page to static HTML (SEO friendly)

Deployment โ€‹

Recommended platforms:

  • GitHub Pages - Free, ideal for open source
  • Vercel - Auto-deploy with CDN
  • Netlify - Feature-rich, similar to Vercel
ๆœ€่ฟ‘ๆ›ดๆ–ฐ

ๅŸบไบŽ VitePress + Teek ไธป้ข˜ๆž„ๅปบ