Tag: vue

How To Use The Vuetify Switch Component: V-Switch

Using the v-switch Vuetify component

Dev

Vuetify’s v-switch component is a useful tool for adding a toggle function to a Vue.js app, offering customization options and error handling.

Hassan Djirdeh
Feb 8, 2023 ⋅ 10 min read
Getting Started With Inertia.js, Vue.js, and AdonisJs

Getting started with Inertia.js, Vue.js, and AdonisJs

Dev

This article will cover getting started with Inertia.js, Vue.js, and AdonisJs to create fast and performant web applications.

Emmanuel Odioko
Feb 8, 2023 ⋅ 11 min read
Guide Vuex ORM

A guide to Vuex ORM

Dev

Vuex ORM provides a simple interface for interacting with the Vuex store as a database, making it easy to store, retrieve, and update data within a Vue application.

Popoola Temitope
Feb 6, 2023 ⋅ 5 min read
Infinite Scroll Vue

How to implement infinite scroll with Vue

Dev

An infinite scroll feature is especially useful when you want to load large amounts of data or images as the user needs them rather than all at once.

Rosario De Chiara
Jan 31, 2023 ⋅ 4 min read
Using Vue-clamp To Truncate Text In Vue Apps

Using vue-clamp to truncate text in Vue apps

Dev

This tutorial uses the vue-clamp library to truncate text in your Vue app, which improves the readability and layout of your content.

Alexander Godwin
Jan 19, 2023 ⋅ 8 min read
Creating Vue.js masked input fields

Creating Vue.js masked input fields

Dev

Implement masked inputs in Vue.js in this tutorial, which includes reference GIFs and images alongside code demos for the Maska library.

Emmanuel Odioko
Jan 16, 2023 ⋅ 7 min read
Creating Dynamic Themes With Vuetify For Vue Js Applications

Building dynamic Vuetify themes for Vue.js applications

Dev

In this article on Vuetify themes, we’ll cover how to configure and dynamically switch between pre-installed and custom Vuetify color themes.

Elijah Asaolu
Jan 9, 2023 ⋅ 7 min read
Create Single Page App Laravel Vue

Creating a single-page app with Laravel and Vue

Dev

Learn how to create a single-page app using Vue and Laravel, a PHP framework known for its clean syntax, expressiveness, and many other qualities.

Abiodun Solomon
Dec 12, 2022 ⋅ 8 min read
Configuring Service Workers Vite 2.8

How to configure worker plugins in Vite 2.8

Dev

With Vite, you can save your code and see the changes reflected on the browser very quickly since Vite only serves and changes source code when the browser requests it.

Oyetoke Tobi
Nov 29, 2022 ⋅ 3 min read
Vue Logo

Comparing Redux vs. Vuex

Dev

Let’s explore how both Redux and Vuex work and determine which popular state management library solution is best for your project.

Amarachi Amaechi
Nov 22, 2022 ⋅ 10 min read
Nuxtjs Component Testing

Component testing in Nuxt.js with Jest

Dev

When building applications, it’s important to provide a clear path towards testing, which will reduce the time spent debugging and refactoring code.

Raphael Ugwu
Nov 15, 2022 ⋅ 6 min read
Build a Blog with Vitepress and Vue.js

Build a blog with Vitepress and Vue.js

Dev

This article aims to familiarize you with Vitepress by building a blog using Vitepress and Vue.js with Markdown.

Subha Chanda
Nov 11, 2022 ⋅ 9 min read