Tag: vue

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
Understanding Slots In Vue Js - Types, Benefits, Use Cases

Understanding slots in Vue.js: Types, benefits, use cases

Dev

Learn how to use slots in Vue.js, including multiple and named slots, scoped slots, and slots in renderless components.

Samson Omojola
Apr 5, 2023 ⋅ 10 min read
Promise handling complex modals in Vue 3

Promise handling for complex modals in Vue 3

Dev

Learn how to build a custom dialog component with promises, and compare libraries to achieve similar results in Vue 2 and Vue 3.

Emmanuel John
Apr 3, 2023 ⋅ 10 min read
Building Vue Js Grid Layouts - Best Libraries And Components

Building Vue.js grid layouts: Best libraries and components

Dev

Learn about the best ways to build Vue grid layouts for various use cases, what makes data grids and tables different, and more.

Ivaylo Gerchev
Apr 3, 2023 ⋅ 9 min read
Vue Websockets Real Time App

How to build a real-time Vue app with WebSockets

Dev

Explore WebSockets by building a Vue chat application that provides a seamless and fast user experience, allowing users to communicate with each other in real time.

Abiola Farounbi
Mar 30, 2023 ⋅ 7 min read
How to add dynamic styling and class names in Vue.js

How to add dynamic styling and class names in Vue.js

Dev

Dynamic functionality is key to a great web experience. Let’s explore how to add dynamic styles and class names to elements in Vue.js.

Emadamerho-Atori Nefe
Mar 30, 2023 ⋅ 7 min read
Auto-Importing And Auto-Registering Vue Components

How to automatically import and register Vue components

Dev

Reduce your code bloat by automatically importing Vue components using unplugin-vue-components.

Jacob Jackson
Mar 24, 2023 ⋅ 5 min read
Build complex SPAs quickly with vue-element-admin

Build complex SPAs quickly with vue-element-admin

Dev

Learn how to use vue-element-admin, a helpful admin dashboard starter template, to jumpstart your dashboard building process in Vue.

Emmanuel John
Mar 23, 2023 ⋅ 8 min read
Making Your Components Dynamic Vue 3

Making your components dynamic in Vue 3

Dev

Use dynamic components in Vue 3 to toggle between views and retain the state of data when switching back to the initial component.

Nwose Lotanna
Mar 23, 2023 ⋅ 5 min read