模組架構
框架層 (Framework) 參考實作 (Reference Implementation)
以「花店管理系統」為示範情境
┌─────────────────┐ ┌──────────────────┐
│ appfuse-web │──npm─────→│ app-office-mockup │ Prototype
│ (React 框架) │ │ app-office │ SPA 生產實作
└─────────────────┘ └──────────────────┘
│
HTTP API
│
┌─────────────────┐ ┌──────────────────┐
│ appfuse-server │──Maven───→│ app-server │ RESTful 生產實作
│ (Spring 框架) │ └──────────────────┘
└─────────────────┘為什麼選擇 AppFuse?
🚀
快速開發
提供開箱即用的工具集和元件庫,大幅縮短開發時間。
🔧
高度彈性
只提供工具不強制架構,開發者可自由組合使用。
📚
完整文檔
詳細的使用指南、API 參考、以及參考實作範例。
🎯
漸進式開發
從 Prototype 到生產環境,支援 Mock API 漸進式切換。