Build Nuxt 3 Admin App (frontend/admin/) #285
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Mérföldkő: Epic 10 - Mission Control (Admin)
Cél: Build out the Nuxt 3 admin application in frontend/admin/ with real pages, layouts, stores, and API integration.
🔗 Függőségek (Dependencies)
📝 Elemzés
The Nuxt 3 admin container (sf_admin_frontend) is provisioned with Docker, NPM routing, and a placeholder app.vue. It needs: expanded nuxt.config.ts with API proxy, admin pages (dashboard, users, packages, services, login), admin layout with sidebar, Pinia stores, and i18n support. The existing admin views in the public frontend serve as reference implementation.