Posts for Vue

Vue is Simple, minimal core with an incrementally adoptable stack that can handle apps of any scale.Vue is designed from the ground up to be incrementally adoptable.

How to optimize Vue.js applications

Just like every other application out there that grows in size, Vue.js applications also deteriorate in performance as the application grows. In this article, we’ll briefly discuss some of the techniques in optimizing Vue.js applications. Let’s get cracking. The ways to optimize a Vue.js application Here are a few tips to make your Vue applications […]

January 5, 2020 in Tutorials & Vue

How to dynamically create reactive properties in Vue

One of the best features that JavaScript frameworks are known for is their reactivity and Vue is no exception. In this tutorial, we’ll be looking at how to add reactive properties in a component’s instance after initialization. Before we kick off Learn Vue.js and modern, cutting-edge front-end technologies from core-team members and industry experts with […]

December 21, 2019 in Tutorials & Vue
Deven
Deven wrote

Build a Crud application using Vue and Django

As a developer, CRUD (Create-Read-Update-Delete) is one of the basic operations to know. In this tutorial, I’ll show you how to build an API with Django REST Framework and a SPA with Vue.js. I am going to show you step by step from scratch. Before we kick off Learn Vue.js and modern, cutting-edge front-end technologies […]

December 14, 2019 in Django & Tutorials & Vue
Afolayan
Afolayan wrote

Getting Started With Vue 3 Composition API

For a long time now, Vuejs has been one of the favorite frontend Javascript frameworks of many developers (including myself ) because of its reactivity and the general saying that the framework is relatively easier to pick up that most JavaScript frameworks. As at the time of writing this article, the current version of Vuejs […]

December 6, 2019 in Tutorials & Vue
Deven
Deven wrote

Create beautiful charts using Vue and chart.js

In this tutorial, we are going to build beautiful charts using Vue and chart.js. Here is the Preview of our app: But first, let’s get our system set up for Vue development. Before we kick off Learn Vue.js and modern, cutting-edge front-end technologies from core-team members and industry experts with our premium tutorials and video courses on […]

December 4, 2019 in Tutorials & Vue
Deven
Deven wrote

Create a crud Application using Vue, Node and MongoDB

In this tutorial, we are going to build a simple CRUD application using Vue, Node.js, and MongoDB.But first, let’s get our system set up for Vue development. we will start by creating API for our app. Before we kick off Learn Vue.js and modern, cutting-edge front-end technologies from core-team members and industry experts with our […]

November 28, 2019 in Tutorials & Vue

Using Firebase Authentication in a Vue Application

In this tutorial, we are going to build a simple Vue application using Vue CLI and firebase authentication.But first, let’s get our system set up for Vue development. Install Vue CLI Vue CLI requires node.js version 8.9 and above. So ensure you have the right version of node.js installed. You can check your node.js version […]

October 29, 2019 in Tutorials & Vue