Articles by Tag #vue3

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Understanding Vue.js Slots: A Toddler Analogy

While the official documentation on v-slot is comprehensive, I wanted to share a more relatable...

Learn More 1 0Nov 15 '24

Vue 3.5 “Tengen Toppa Gurren Lagann” Innovations: Advanced Features and Most Powerful Updates 🚀

The announcement of Vue 3.5 includes exciting features with new performance optimizations and...

Learn More 1 0Oct 25 '24

Vite: How to resolve bundle fragmentation?

This article analyzes the causes of Vite bundle fragmentation and proposes a modular system to simplify the chunks-merging configuration. At the same time, it adopts a dynamic loading mechanism to perfectly avoid the occurrence of two potential issues during bundling

Learn More 0 0Oct 14 '24

Updated for Vue 3 + Composition API!

In this tutorial, you'll build a full real-time chat app with Firebase Realtime Database and Vue 3....

Learn More 0 0Jun 9

How AI Helped Me Build a CRM Integration 60% Faster: A Real Vue.js + CouchDB Case Study

By Ivan Rocha Cardoso - Full-Stack Developer at SiGlobal The Challenge Every Developer Has...

Learn More 0 0Jun 26

How to achieve unified management of four types of global state data in Vue3?

In actual development, you will encounter four types of global state data: asynchronous data (usually from the server) and synchronous data, while synchronous data is divided into three types: localstorage, cookie, and memory. In the traditional Vue3, different mechanisms are used to handle these state data, while only a unified Model mechanism is needed in Zova

Learn More 0 0Oct 11 '24

Vue 3 Facebook Login with OAuth2: Full Tutorial & Example

In this tutorial, you’ve learned how to implement Facebook Login in a Vue 3 application using the...

Learn More 0 0Jun 5

What’s New in Vue 3? A Complete Guide New Features In Vue 3

Vue.js is a progressive JavaScript framework primarily used to build user interfaces. While often...

Learn More 0 0Feb 26

Vue 3 Firebase Authentication: Google and Email Login with Vuetify

Looking to add secure authentication to your Vue 3 app? In this step-by-step tutorial, I’ll show you...

Learn More 0 0Jun 23