From 2bcf04a02763fe0d57dd60aa5ece98b49d3ceabd Mon Sep 17 00:00:00 2001 From: josedario87 <71241187+josedario87@users.noreply.github.com> Date: Wed, 11 Jun 2025 04:47:08 -0600 Subject: [PATCH] Add animated home page --- ui/src/router/index.js | 2 +- ui/src/views/HomeView.vue | 83 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 84 insertions(+), 1 deletion(-) create mode 100644 ui/src/views/HomeView.vue diff --git a/ui/src/router/index.js b/ui/src/router/index.js index dd1968f..315886d 100644 --- a/ui/src/router/index.js +++ b/ui/src/router/index.js @@ -2,7 +2,7 @@ import { createRouter, createMemoryHistory , createWebHashHistory} from 'vue-rou const routes = [ // Configuración - { path: '/', redirect: '/empleados' }, + { path: '/', name: 'home', component: () => import('@/views/HomeView.vue') }, { path: '/config', name: 'settings', component: () => import('@/views/SettingsView.vue') }, // ────── Empleados ────── diff --git a/ui/src/views/HomeView.vue b/ui/src/views/HomeView.vue new file mode 100644 index 0000000..b5994dd --- /dev/null +++ b/ui/src/views/HomeView.vue @@ -0,0 +1,83 @@ + + + + + + Núcleo + Gestión integral de tu organización + Comenzar + + + + {{ f.title }} + {{ f.text }} + + + + + +
Gestión integral de tu organización
{{ f.text }}