Tag: vue

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
Vue Headless Site Wordpress

How to build a headless WordPress site with Vue

Dev

By consuming its REST API into frontend applications, WordPress is decoupled into a lightweight content management system, known as headless WordPress.

Raphael Ugwu
Nov 8, 2022 ⋅ 4 min read
How To Consume APIs With Vuex, Pinia, And Axios

How to consume APIs with Vuex, Pinia, and Axios

Dev

Understand how state management works, and when to use tools like Pinia and Vuex for your Vue applications.

Ukpai Ugochi
Nov 2, 2022 ⋅ 8 min read
Vue Debounce Throttle

How to debounce and throttle in Vue

Dev

debounce calls a function when a user hasn’t carried out an event in a specific period amount of time, while throttle calls a function at intervals of a specified time.

Sampath Gajawada
Oct 27, 2022 ⋅ 4 min read
Automate Testing Vue Cypress

A guide to automated testing in Vue with Cypress

Dev

Learn how component testing differs from E2E testing, why you should use Cypress for component testing, and the basics of how to test your Vue components with Cypress.

Paul Akinyemi
Oct 18, 2022 ⋅ 6 min read
Understanding Vue.js Touch Events for Android and iOS

Understanding Vue.js touch events for Android and iOS

Dev

This article will explain what touch events are, the types of touch events, and how to implement touch events in Vue.js for Android and iOS.

Timonwa Akintokun
Oct 14, 2022 ⋅ 6 min read
Vue Workbox Service Workers

Frontend caching in Vue with Workbox service workers

Dev

Workbox is designed to make developing service workers easy while also making room for complex application requirements.

Emmanuel Etukudo
Oct 6, 2022 ⋅ 5 min read
Understanding Refs In Vue.js

Understanding refs in Vue

Dev

Refs are Vue.js instance properties used to register a reference to HTML elements or child elements in the template of your application.

Nwose Lotanna
Sep 20, 2022 ⋅ 6 min read
Getting Started With Playwright Component Testing

Getting started with Playwright component testing

Dev

Let’s explore the recently-introduced Playwright component testing feature, using it to test React, Vue, and Svelte components in an app.

Nwani Victory
Sep 14, 2022 ⋅ 9 min read