Files
cyh-tk-admin/README.md
zhxiao1124 7da5df2419 chore: 初始化CYH TikTok短剧管理后台项目
创建完整的Vite+React+TypeScript后台项目基础结构,包含登录页、工作台、权限管理等功能页面,配置了项目依赖、构建脚本和基础样式
2026-07-01 11:54:45 +08:00

62 lines
785 B
Markdown
Raw 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.

# CTH TikTok 短剧管理后台
基于 Vite + TypeScript + React + Arco Design 的后台管理系统,默认中文界面。
## 技术栈
- Vite
- React
- TypeScript
- Arco Design
- React Router
- Axios
- pnpm
## 本地开发
```bash
pnpm install
pnpm run dev
```
默认访问地址:
```text
http://localhost:5173
```
## 后端接口
前端通过环境变量配置后端地址:
```text
VITE_API_BASE_URL=http://localhost:3030
```
当前项目已包含 `.env`,默认指向本地后端 `http://localhost:3030`
## 默认账号
```text
用户名admin
密码admin123
```
## 功能页面
- 登录
- 工作台
- 短剧管理
- 用户管理
- 权限管理
- 角色管理
- 管理员管理
- 日志管理
## 验证命令
```bash
pnpm run lint
pnpm run build
```