Eurun User Front: Modern Dashboard Deployment / Eurun 用户面板前端部署
🎨 Project Scope / 项目范围
eurun_user_front serves as the deployed frontend artifact for the Eurun User Dashboard.
eurun_user_front 是 Eurun 用户面板的部署前端产物。
Built with UmiJS and React, it provides a responsive, Single Page Application (SPA) experience for users to manage their services.
基于 UmiJS 和 React 构建,它为用户管理服务提供了响应式的单页应用 (SPA) 体验。
🚀 Deployment / 部署
This repository is designed for separation of concerns. The frontend logic allows it to be hosted on distinct CDNs (like Cloudflare Pages or Vercel) while communicating with a separate backend API.
本仓库的设计理念是关注点分离。前端逻辑允许其托管在独立的 CDN(如 Cloudflare Pages 或 Vercel)上,同时与独立的后端 API 通信。
Config
The config.json or env.js allows runtime injection of API endpoints, eliminating the need to rebuild for environment changes.
config.json 或 env.js 允许运行时注入 API 端点,无需因环境变更而重新构建。