Anuncios Libros Cursos Categorías

Configure Oruga UI in Vue 3

07-08-2023 - Andrés Cruz

Configure Oruga UI in Vue 3

Vue Oruga UI is a component-based web framework that we can use for free in Vue 3; we are going to know how we can configure it.

Continuar leyendo


Delete a record in Vue 3 and Oruga UI

07-08-2023 - Andrés Cruz

Delete a record in Vue 3 and Oruga UI

Vue We will see how to delete records from a paginated table using Vue 3 with Caterpillar UI.

Continuar leyendo


In Vue.js, how to use multiple router-views, in one component?

06-08-2023 - Andrés Cruz

In Vue.js, how to use multiple router-views, in one component?

Vue We will know how we can use multiple router-views in Vue Router.

Continuar leyendo


Confirmation modal to delete records from Vue 3 with Oruga UI

05-08-2023 - Andrés Cruz

Confirmation modal to delete records from Vue 3 with Oruga UI

Vue We will see how to use the modal component in Oruga UI to display a confirmation dialog in Vue 3.

Continuar leyendo


Action done message, toast in Vue 3 with Oruga UI

04-08-2023 - Andrés Cruz

Action done message, toast in Vue 3 with Oruga UI

Vue We will see how to create a toast message using a Vue plugin.

Continuar leyendo


Configure Tailwind CSS in a project with Oruga UI, Vue 3 and Laravel with Mix

04-08-2023 - Andrés Cruz

Configure Tailwind CSS in a project with Oruga UI, Vue 3 and Laravel with Mix

Vue With Oruga UI, we can use CSS frameworks or custom styles for Oruga UI components.

Continuar leyendo


LogOut, destroy session in Laravel Sanctum together with Vue

03-08-2023 - Andrés Cruz

LogOut, destroy session in Laravel Sanctum together with Vue

Vue We will see how to destroy the Laravel Sanctum session by sending requests from Vue to manage a protected Rest Api.

Continuar leyendo


Handling the auth token in Laravel Sanctum for a Rest Api

03-08-2023 - Andrés Cruz

Handling the auth token in Laravel Sanctum for a Rest Api

Vue We are going to implement a login method in Laravel to generate an authentication token in Sanctum that we consume through Vue and record in a Cookie.

Continuar leyendo


Vue Reactive Component

02-08-2023 - Andrés Cruz

Vue Reactive Component

Vue The reactivity is tied to the properties that we define in the data options; Vue will detect each time we modify these properties, it knows how to use them.

Continuar leyendo


Vue devtools: Debug your apps

02-08-2023 - Andrés Cruz

Vue devtools: Debug your apps

Vue The DevTools allow us to Debug the App, if you want to develop your apps like a professional, KNOW THEM.

Continuar leyendo