Tag: vue

Using Pug.js With Vue.js

Pug.js tutorial: A beginner’s guide with examples

Dev

Learn how to integrate Vue.js into a backend application using Pug as a templating engine.

Wisdom Ekpot
Feb 4, 2021 ⋅ 5 min read
Vue logo against a background of clouds.

Building a selectable header data table with Vue.js and Vuetify

Dev

Learn how to create selectable header data tables in your Vue app with Vuetify to improve user experience.

Idris Lawal
Jan 25, 2021 ⋅ 5 min read
The Vue logo against a dark background.

Creating transitions in your Vue app with Vue Router

Dev

Learn how to create a slide fade transition, a fade transition, and a custom transition in your Vue app using Vue router.

Emmanuel Akhigbe
Jan 20, 2021 ⋅ 3 min read
The Vue logo against a blue background.

A complete guide to forms in Vue.js

Dev

Learn how to create, validate, and utilize inputs from a form in a Vue.js x2 application.

Yomi Eluwande
Jan 1, 2021 ⋅ 8 min read
Visualizing sketched charts in Vue.js with roughViz

Visualizing sketched charts in Vue.js with roughViz

Dev

Walk through the process of creating a Vue app using vue-cli and learn how to display sketchy charts in your Vue.js applications using vue-roughviz.

Elijah Asaolu
Dec 28, 2020 ⋅ 3 min read
Vuex Logo Over a Field Background

Do you really need Vuex?

Dev

The core flux library in Vue.js is Vuex, but do you really need it? We take a look at this question and answer it here.

Dylan Tientcheu
Dec 24, 2020 ⋅ 6 min read
HTML 5 Logo

HTML 5 drag and drop API: A tutorial

Dev

Here, you can learn about the HTML 5 drag and drop API and how to build a simple Kanban board using Vue.js.

James James
Dec 24, 2020 ⋅ 12 min read
The Vue logo over a city skyline.

A deep dive into Vue slots

Dev

Find out how to reuse components differently in different parts of your code according to user input with Vue slots.

Ukpai Ugochi
Dec 18, 2020 ⋅ 7 min read
The Vue logo above a background of atoms.

Your guide to reactivity in Vue.js

Dev

This tutorial explains what reactivity in Vue.js is, what it does for your codebase, and how to achieve the state in which changes in your app are automatically rendered in the DOM.

Amarachi Amaechi
Dec 17, 2020 ⋅ 6 min read
Handling server side applications with Nuxt’s Composition API

Handling server-side applications with Nuxt’s Composition API

Dev

In this post, we’ll take a look at how the Nuxt Composition API works and best practices for using it in projects.

Raphael Ugwu
Dec 15, 2020 ⋅ 4 min read
The Vue logo against a background of a skyline.

Vue.js simplified: Components, props, and slots

Dev

Learn how to write fast, reusable, clean code in Vue.js using components, slots, and props in this simple guide.

Idris Lawal
Dec 10, 2020 ⋅ 8 min read
A Dropdown Menu Representing the GitHub Actions Needed to Autodeploy an App

GitHub Actions: How to autodeploy your app

Dev

In this tutorial, you can learn how to build a sample Vue.js app and automate the process of autodeploying it with GitHub Actions.

Edmund Ekott
Dec 3, 2020 ⋅ 8 min read