Vue

You can find these contents on other websites and publications. When you click any of the contents, a new tab will open, navigating you to the appropriate content or profile.

14

Vue Internationalization: Getting Started With Transifex Native

Vue internationalization (i18n) is all about preparing your Vue app to support many languages and get to the next step: Vue localization. In this arti...

Getting started with Gridsome

In this article, we will be taking a closer look at Gridsome: how it works, how to get started, how to use Gridsome to create websites and apps that a...

CSS transitions in Nuxt.js: An overview

In this post, I will demonstrate how to create awesome transitions in Nuxt.js, starting with the basics of how to work with Nuxt.js in building an app...

An Introduction To Quasar Framework: Building Cross-Platform Applications

In this article, I will explain how to use Quasar Framework and its state-of-the-art UI (which follows Material guidelines) to build a notes app. The ...

Headless CMS: Building Apps with Nuxt and Sanity

Sanity is one of the most flexible platforms for building data-driven content solutions. In this article, you will learn what Sanity is all about and ...

How to Create a Progressive Web Application with Vue and Sanity

In this article, you will learn how to build a simple web application with Vue.js, query your data from Sanity, and make it a Progressive Web Applicat...

Guide To Vue Router

In this guide, we will learn how to do routing with Vue.js and take a deep dive into the various types of routing that can be done and how they can be...

Guide to Vue Router Redirects

In this article, we will learn the various means of redirecting and routing in Vue.js with practical code samples.

Guide to Vue Props

In this guide, we will take a deep dive into props, we will take a look at how props work, the various prop types, how to pass various forms of data, ...

Getting Started With the Vue CLI

In this guide, you will learn how to install the Vue CLI, how to create a Vue project with the Vue CLI, how to serve and build them for production, an...

Guide to Vue Event Handling With v-on: Mouse, Keyboard, Form and Custom Events

In this article, we will explore how to handle events in Vue using v-on directive. Event handling enables us to run JavaScript as a response to DOM ev...

Conditional Rendering/Display in Vue with v-if, v-show, v-else and v-else-if

In this article, we will look at various ways of conditionally rendering in Vue.js by using the v-if, v-else-if, and v-else directives. We will also t...

How to make use of Vue.js Plugins in Nuxt - [Vue-awesome-swiper]

In this article, I will be showing you how to make use of Vue.js Plugins in Nuxt.js understanding fully well that Nuxt is a frontend framework built u...

How to Use Props in Vue.js

We use props to pass information/data from a parent component to child components. In this article, I will explain everything you need to know about p...