- Added @mapbox/mapbox-gl-draw dependency to package.json. - Enhanced LocationForm.vue to support geofence drawing and editing using Mapbox GL Draw. - Implemented functions for creating, updating, and syncing geofences with the map. - Updated types for geofence handling in locations.interfaces.ts. - Refactored coordinate parsing and formatting logic for better clarity and functionality. - Improved UI components in Locations.vue for better user experience and interaction.
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%