edgar.mendez 983c3265bc feat: remove index.html and restructure RH components
- Deleted the index.html file from the RH components.
- Created new DepartmentForm.vue and Departments.vue components for managing departments.
- Updated the router to reflect the new path for Departments component.
- Added DepartmentsService for API interactions related to departments.
- Introduced types for departments in departments.interface.ts.
- Updated WarehouseAddInventory.vue to change background color classes.
- Configured TypeScript paths in tsconfig.app.json for easier imports.
- Enhanced Vite configuration to support aliasing for src directory.
2026-02-27 13:33:59 -06:00
2024-12-03 09:21:35 -06:00
2024-12-16 15:55:10 -06:00
WIP
2025-11-05 21:41:29 -06:00
WIP
2025-11-05 21:41:29 -06:00

Estructura del Proyecto - GOLS Control Frontend

Docker (Producción)

# 1. Configurar
cp .env.production .env

# 2. Levantar
docker-compose up -d

# 3. Verificar en http://localhost

Ver DOCKER.md para más detalles.

Notas

  • Los componentes de PrimeVue se auto-importan
  • TypeScript configurado con strict mode
  • Tailwind CSS v4 integrado
  • Variables CSS personalizadas en main.css
Description
No description provided
Readme 4.3 MiB
Languages
Vue 84.4%
JavaScript 13.2%
CSS 2.3%