- Added model-document.services.ts for handling API interactions related to model documents. - Created modelDocumentStore.ts using Pinia for state management of model documents, including actions for fetching, creating, updating, and deleting documents. - Defined model document types in modelDocument.interface.ts for better type safety and clarity. - Removed obsolete index.html file from warehouse components. - Updated router to include a new route for model documents.
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
Languages
Vue
84.4%
JavaScript
13.2%
CSS
2.3%