KT Blog Web - Argon style Vue TSX blog frontend
Go to file
2026-05-27 16:09:38 +08:00
.vscode feat: 初始化博客前台项目 2026-05-27 16:09:38 +08:00
e2e feat: 初始化博客前台项目 2026-05-27 16:09:38 +08:00
public feat: 初始化博客前台项目 2026-05-27 16:09:38 +08:00
src feat: 初始化博客前台项目 2026-05-27 16:09:38 +08:00
.editorconfig feat: 初始化博客前台项目 2026-05-27 16:09:38 +08:00
.gitattributes feat: 初始化博客前台项目 2026-05-27 16:09:38 +08:00
.gitignore feat: 初始化博客前台项目 2026-05-27 16:09:38 +08:00
.oxfmtrc.json feat: 初始化博客前台项目 2026-05-27 16:09:38 +08:00
.oxlintrc.json feat: 初始化博客前台项目 2026-05-27 16:09:38 +08:00
env.d.ts feat: 初始化博客前台项目 2026-05-27 16:09:38 +08:00
eslint.config.ts feat: 初始化博客前台项目 2026-05-27 16:09:38 +08:00
index.html feat: 初始化博客前台项目 2026-05-27 16:09:38 +08:00
package.json feat: 初始化博客前台项目 2026-05-27 16:09:38 +08:00
playwright.config.ts feat: 初始化博客前台项目 2026-05-27 16:09:38 +08:00
pnpm-lock.yaml feat: 初始化博客前台项目 2026-05-27 16:09:38 +08:00
pnpm-workspace.yaml feat: 初始化博客前台项目 2026-05-27 16:09:38 +08:00
README.md feat: 初始化博客前台项目 2026-05-27 16:09:38 +08:00
tsconfig.app.json feat: 初始化博客前台项目 2026-05-27 16:09:38 +08:00
tsconfig.json feat: 初始化博客前台项目 2026-05-27 16:09:38 +08:00
tsconfig.node.json feat: 初始化博客前台项目 2026-05-27 16:09:38 +08:00
tsconfig.vitest.json feat: 初始化博客前台项目 2026-05-27 16:09:38 +08:00
vite.config.ts feat: 初始化博客前台项目 2026-05-27 16:09:38 +08:00
vitest.config.ts feat: 初始化博客前台项目 2026-05-27 16:09:38 +08:00

kt-blog-web

KT 博客前台 demo基于 Argon WordPress 主题的视觉资产重新实现,技术栈为 Vue 3、TSX、Vite、antdv-next。

技术约定

  • 页面语法Vue TSX。
  • 组件库antdv-next。
  • 样式SCSS类名按 BEM 组织。
  • 路由hash 模式,便于静态部署。
  • 静态资产:只从 Argon 主题包抽取 demo 需要的图片,不引入 WordPress PHP 与主题脚本。

本地运行

pnpm install
pnpm dev

常用校验

pnpm run type-check
pnpm run build
pnpm test:unit