Tag: vue

Using Event Bus In Vue.js To Pass Data Between Components

Using event bus in Vue.js to pass data between components

Dev

The Vue.js event bus enables independent communication between components without passing through a central or parent component.

Nwose Lotanna
Jun 14, 2023 ⋅ 6 min read
Selecting the best Vue 3 notification library

Selecting the best Vue 3 toast notification library

Dev

There are many options for Vue toast messages, and in this post, we cover three popular options for implementing them in your app.

Ishan Manandhar
Jun 8, 2023 ⋅ 4 min read
Building Accessible Vue Components

How to build accessible components for Vue

Dev

Web accessibility is the practice of utilizing tools and technologies that make navigating, interacting with, and understanding a website easier for visitors who may have disabilities, impairments, or limitations.

Oyetoke Tobi
Jun 5, 2023 ⋅ 5 min read
Best Pagination Libraries Vue 3

Best open source pagination libraries for Vue 3

Dev

Whether you’re building a simple web application or a complex enterprise application, implementing pagination can greatly enhance the user experience and improve your application’s performance.

Abiola Farounbi
Jun 2, 2023 ⋅ 4 min read
Creating Animated Logos Lottie Vue 3

Creating animated logos with Lottie and Vue 3

Dev

We demonstrate how to create, customize, export, and add Lottie animations (including animated logos) to Vue 3 projects.

David Omotayo
May 31, 2023 ⋅ 10 min read
Custom Vuetify Grid System

How to create a custom Vuetify grid system

Dev

With the Vuetify grid system, we can easily build web applications that are both responsive and visually appealing on all devices.

Popoola Temitope
May 19, 2023 ⋅ 6 min read
Getting Started With Vue Select

Getting started with Vue Select

Dev

In this post, we will learn about Vue Select, its features, how it works, and how to integrate it into a Vue.js application.

Nefe Emadamerho-Atori
May 17, 2023 ⋅ 4 min read
Vue Rerender Component Best Practice

How to correctly force a Vue component to re-render

Dev

Cover four different ways to force a Vue component to re-render, including hot reload, the v-if hack, the forceUpdate method, and finally, the key-changing technique.

Raphael Ugwu
May 12, 2023 ⋅ 7 min read
Best icon libraries for Vue.js

Best icon libraries for Vue.js

Dev

Find helpful examples and other highlights in this round-up of the best free icon libraries for Vue.js apps, even those with niche use cases.

Shalitha Suranga
May 2, 2023 ⋅ 8 min read
Accessing Vue.js properties globally with globalProperties

Accessing Vue.js properties globally with globalProperties

Dev

This article will introduce you to using app.config.globalProperties in Vue.js to add custom properties and methods to the Vue instance.

Nwose Lotanna
Apr 26, 2023 ⋅ 6 min read
Vue Lifecycle Hooks Composition API

Introduction to Vue lifecycle hooks

Dev

We explore the available hooks for use in your Vue workflow and introduce the whole lifecycle of a Vue application from creation to destruction.

Nwose Lotanna
Apr 19, 2023 ⋅ 5 min read
A guide to Vitest automated testing with Vue components

A guide to Vitest automated testing with Vue components

Dev

Learn about the Vitest framework, how to configure it, and how to use it for testing Vue components.

Popoola Temitope
Apr 19, 2023 ⋅ 7 min read