kt-blog-web/README.md

27 lines
548 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# kt-blog-web
KT 博客前台 demo基于 Argon WordPress 主题的视觉资产重新实现,技术栈为 Vue 3、TSX、Vite、antdv-next。
## 技术约定
- 页面语法Vue TSX。
- 组件库antdv-next。
- 样式SCSS类名按 BEM 组织。
- 路由hash 模式,便于静态部署。
- 静态资产:只从 Argon 主题包抽取 demo 需要的图片,不引入 WordPress PHP 与主题脚本。
## 本地运行
```sh
pnpm install
pnpm dev
```
## 常用校验
```sh
pnpm run type-check
pnpm run build
pnpm test:unit
```