diff --git a/ui/README.md b/ui/README.md index 1511959..02f6020 100644 --- a/ui/README.md +++ b/ui/README.md @@ -1,5 +1,105 @@ -# Vue 3 + Vite +# 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`). + diff --git a/ui/postcss.config.js b/ui/postcss.config.js new file mode 100644 index 0000000..6d98f44 --- /dev/null +++ b/ui/postcss.config.js @@ -0,0 +1,6 @@ +export default { + plugins: { + // Tailwind CSS is handled by the @tailwindcss/vite plugin in vite.config.js + autoprefixer: {}, + }, +}; diff --git a/ui/src/App.vue b/ui/src/App.vue index 5b8edf1..2183a0a 100644 --- a/ui/src/App.vue +++ b/ui/src/App.vue @@ -1,5 +1,5 @@ @@ -73,4 +86,26 @@ watchEffect(() => { diff --git a/ui/src/components/asistencias/cardAsistencia.vue b/ui/src/components/asistencias/cardAsistencia.vue index b7426a4..f5a14b7 100644 --- a/ui/src/components/asistencias/cardAsistencia.vue +++ b/ui/src/components/asistencias/cardAsistencia.vue @@ -1,24 +1,32 @@ @@ -26,6 +34,10 @@ diff --git a/ui/src/components/asistencias/tablaAsistencias.vue b/ui/src/components/asistencias/tablaAsistencias.vue index b2848fe..6e94a64 100644 --- a/ui/src/components/asistencias/tablaAsistencias.vue +++ b/ui/src/components/asistencias/tablaAsistencias.vue @@ -1,31 +1,52 @@