# Project UI (Vue 3 + Vite) This project frontend is built with Vue 3 and Vite. It provides a user interface for managing various aspects of the application. ## Development This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 ` ``` The specific prop name matches the module (e.g., `asistencia` for `cardAsistencia`, `employee` for `cardEmpleado`, `planilla` for `cardPlanilla`, `tarea` for `cardTarea`). ## Realtime Feed The UI provides a *Feed* view that consumes the realtime events generated by the backend. You can access it via the sidebar link "Feed". Each incoming event is rendered using these standardized cards so you can monitor inserts, updates and deletes as they happen. Update events show the old card followed by the new one with an arrow in between.