- Renamed /apps/web-native to /apps/web for cleaner project structure - Updated all documentation references to use new path - Completed architecture documentation review and standardization: - Updated all 5 architecture files to 2025 version - Ensured consistent frontend-backend separation strategy - Aligned multi-platform API design across all documents 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| backend | ||
| mobile | ||
| web | ||
| README.md | ||
README.md
Drama Ling Applications
本目錄包含 Drama Ling 專案的所有應用程式。
應用程式架構
apps/
├── web/ # Vue.js Web 前端應用
├── mobile/ # Flutter 移動端應用
└── backend/ # .NET Core 後端 API
開發狀態
| 應用程式 | 狀態 | 技術棧 | 說明 |
|---|---|---|---|
| Web | ✅ 開發中 | Vue.js + Quasar | Web 前端界面 |
| Mobile | ✅ 開發中 | Flutter + Riverpod | 跨平台移動應用 |
| Backend | ✅ 開發中 | .NET Core + EF Core | REST API 服務 |
開發指南
各應用程式的詳細開發文檔請參考:
- 技術文檔:
../docs/04_technical/ - 專案規格:
../projects/ - 任務管理:
../TASKS.md