Tag: vue

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
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

Exploring PrimeVue, a Vue-based UI component library

Dev

Let’s explore PrimeVue, one of the best Vue-based UI component libraries, and how to use it with Vue 3 to create a sample app.

Ivaylo Gerchev
Sep 8, 2022 ⋅ 13 min read
Getting Started Bootstrapvue

Getting started with BootstrapVue

Dev

Editor’s note: This article was updated 2 September 2022 to include information about the benefits of BootstrapVue, the differences between […]

Peter Ekene Eze
Sep 2, 2022 ⋅ 8 min read
Vue Firebase Setting Up Authentication

Authentication with Vue 3 and Firebase

Dev

Firebase is a great tool for improving the security of your application, and Firebase Authentication is fairly simple to use.

Dotun Jolaoso
Aug 18, 2022 ⋅ 10 min read
Vuetify Getting Started

Getting started with Vuetify: Is Vuetify right for you?

Dev

Vuetify, a Material Design component framework for Vue, combines the best of Vue with the Materialize trend, making it simple to create beautiful UI designs.

Diogo Souza
Aug 17, 2022 ⋅ 10 min read
Build Vue App Typescript

How to use Vue 3 with TypeScript

Dev

Explore all the basic information you need to create a Vue application completely in TypeScript with custom decorator features and no third-party libraries.

Preetish HS
Aug 17, 2022 ⋅ 7 min read
React Native Vs Vue And Capacitor For Mobile App Development

Comparing React Native vs. Vue and Capacitor

Dev

Let’s compare mobile app development with React Native vs. Vue and Capacitor now that Vue Native has been deprecated.

Samson Omojola
Aug 16, 2022 ⋅ 8 min read