Cliente para la gestión, registro, actualización y consulta de novedades. Este proyecto está desarrollado con Angular.
# Does not applyEste proyecto es parte de una infraestructura de microfrontend implementada con la librería Single-SPA. Para ejecutarlo correctamente, es necesario levantar dos aplicaciones independientes: el Root y el Core.
El Root contiene la lógica de Argo
-
Clonar el repositorio del Root:
git clone https://github.com/udistrital/gestion_contractual_root_mf
-
Acceder al directorio del repositorio clonado:
cd gestion_contractual_root_mf -
Instalar las dependencias:
npm install
-
Iniciar el Root:
npm start
El Core contiene componentes generales que construyen el layout y administran aspectos como la autenticación.
-
Clonar el repositorio del Core:
git clone https://github.com/udistrital/core_mf_cliente
-
Acceder al directorio del repositorio clonado:
cd core_mf_cliente -
Instalar las dependencias:
npm install
-
Iniciar el Core:
npm start
Microcliente de gestion de novedades
-
Clonar el repositorio:
git clone https://github.com/udistrital/novedades_mf
-
Acceder al directorio del repositorio clonado:
cd novedades_mf -
Instalar las dependencias:
npm install
-
Iniciar usuario_mf:
npm start
Con estos pasos, se tendrán las partes mínimas necesarias para ejecutar el proyecto en un entorno local.
# Does not apply# Does not apply# Developing# Developing|
This file is part of novedades_mf
novedades_mf is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (atSara Sampaio your option) any later version.
auditoria_plan_mejoramiento_usuario_mf is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with novedades_mf. If not, see https://www.gnu.org/licenses/.