Files
timi-server/README.md
2026-04-03 12:02:34 +08:00

24 lines
640 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.
# timi-server
基于 Vue 3、Vite、TypeScript 和 TDesign Mobile Vue 的移动端 NAS 管理项目基础骨架。
## 当前已完成
- 基础工程配置Vite、TypeScript、ESLint、Less、自动导入
- 基础布局结构:`RootLayout``MainLayout``PageTransition`
- 基础页面路由:文件管理、服务器状态、文件阅读、系统设置、登录页、占位详情页
- 基础深色模式适配
## 开发命令
```bash
npm install
npm run dev
npm run build
npm run lint
```
## 说明
当前仓库仅完成项目骨架和占位页面,方便后续继续补业务模块,不包含实际接口和业务逻辑。