Tag: vue

A Vue logo against a school hallway.

A guide to User Acceptance Testing in Vue.js

Dev

Make sure your Vue app successfully passes a user acceptance test before shipping the final product to end users in this tutorial.

Ukpai Ugochi
Nov 3, 2020 ⋅ 4 min read
New Features in Vue 3 and How to Use Them

What’s new in Vue 3

Dev

Explore the new features and breaking changes introduced with Vue 3 and learn how to start a new Vue 3 project using the vite library.

Solomon Eseme
Oct 22, 2020 ⋅ 4 min read
Getting started with MDX and Vue.js/Nuxt.js

Getting started with MDX and Vue.js/Nuxt.js

Dev

In this component-driven era, MDX allows you to mix markdown and JSX seamlessly. In this article, we’ll look at how to set up and use MDX in your Vue.js/Nuxt.js projects.

Kelvin Omereshone
Oct 14, 2020 ⋅ 4 min read
Using Vue Composition API in React Functional Components

Using Vue Composition API in React functional components

Dev

The experimental reactivue package allows you to take the best parts of the Vue Composition API and React Hooks and use them together.

Olasunkanmi John Ajiboye
Oct 9, 2020 ⋅ 5 min read
5 vue storybook addons to help you build better components

5 Vue Storybook addons to help you build better components

Dev

Each one of these addons will guarantee you’re thoroughly testing your components and give you a constant feedback loop.

Anastasia Lanz
Oct 8, 2020 ⋅ 4 min read

Build a music step sequencer with Vue and Vuetify

Dev

We’ll look at how to use Vue in conjunction with Vuetify and howler.js to create a simple but fully functional music step sequencer.

Ivaylo Gerchev
Sep 16, 2020 ⋅ 14 min read
The Leaflet and Vue logos.

Building an interactive map with Vue and Leaflet

Dev

Learn how to use Leaflet in Vue by building an interactive map. Anyone with a basic understanding of HTML, CSS, and JavaScript can use Leaflet.

Shajia Abidi
Sep 15, 2020 ⋅ 5 min read
advanced data fetching techniques in vue

Advanced data fetching techniques in Vue

Dev

In this post, we’ll take a look at the best practices for fetching data in advanced scenarios when working with Vue. We’ll also learn how we can use Vue 3’s composition API to leverage the stale-while-revalidate technique in data fetching.

Raphael Ugwu
Sep 15, 2020 ⋅ 5 min read
Node and Vue logos.

Build a file compression application in Node.js and Vue.js

Dev

Find out how to build an application that will help users compress files using Vue and the Zlib module in Node.js

Wisdom Ekpot
Sep 10, 2020 ⋅ 6 min read
Build a SaaS product pricing component in Vue with Chakra UI

Build a SaaS product pricing component in Vue with Chakra UI

Dev

This post is an introduction to the Chakra UI component library for Vue.js. We’ll also look at why Chakra UI is important especially for accessibility.

Nwose Lotanna
Sep 8, 2020 ⋅ 4 min read
Building native mobile apps with NativeScript Vue

Building native mobile apps with NativeScript-Vue

Dev

In this article, we will see how to build cross-platform mobile apps with Vue.js and NativeScript.

Anjolaoluwa Adebayo-Oyetoro
Sep 7, 2020 ⋅ 6 min read
Vue logo.

Using the Vue loading overlay plugin in your Vue apps

Dev

Let your users know their requests are being processed with the Vue overlay plugin.

Timi Omoyeni
Aug 26, 2020 ⋅ 8 min read