Tag: vue

What’s new in Nuxt 2.7

Dev

NuxtJS is a free and open source web application framework based on Vue.js, Node.js, Express.js, Webpack, and Babel.js. It is […]

Ogundipe Samuel
Jun 7, 2019 ⋅ 3 min read
Cleaning Up Your Vue.js Code With ES6+

Cleaning up your Vue.js code with ES6+

Dev

ES6 was a big step forward for the web, and it introduced several features to solve problems that arise when developing with Vue.js specifically.

Jake Dohm
Jun 4, 2019 ⋅ 4 min read
What's New In Vuex 3.1.1

What’s new in Vuex 3.1.1

Dev

JavaScript has become the mother language of a huge, diverse, and fast-growing programming universe. Once a framework or library gets […]

Diogo Souza
May 22, 2019 ⋅ 3 min read

How to create a 2D multiplayer game with Vue.js and Socket.io

Dev

Watch the summary here: Creating a 2D Multiplayer Game with Vue.js and Socket.io No Description When it comes to real-time […]

Nic Raboy
Apr 30, 2019 ⋅ 6 min read

Getting started with the new Vue CLI 3

Dev

TL;DR: This article will take you through all of the steps required to use Vue CLI 3, the new graphical […]

Nwose Lotanna
Apr 22, 2019 ⋅ 6 min read

Vue CLI 3 — the deep dive

Dev

Let’s face it — you’re probably not here for the image Vue CLI is a simple, but powerful tool created for scaffolding Vue.js […]

Nosa Obaseki
Apr 5, 2019 ⋅ 5 min read

Demonstration on how to use GraphQL with Node and Vue in bits

Dev

As I was surfing the internet, I came across this tweet. It seems that front-end devs are tired of requesting […]

Mesh Seun
Feb 15, 2019 ⋅ 11 min read
Implicit State Sharing

Implicit state sharing: React’s context API & provide/inject in Vue

Dev

Imagine you are creating an accordion component that you want to distribute publicly through an npm package. You would like […]

Jonathan Harrell
Nov 5, 2018 ⋅ 3 min read
History Of Front-End Frameworks

History of front-end frameworks

Dev

A history of front-end frameworks including Semantic UI and others.

Michael Wanyoike
Oct 16, 2018 ⋅ 7 min read
Building A Long-Press Directive In View

Building a long-press directive in Vue

Dev

Have you ever wanted to execute a function in your Vue application just by holding a button down for a […]

Nosa Obaseki
Aug 7, 2018 ⋅ 4 min read

Modern component reusability: Render props in React & scoped slots in Vue

Dev

One of the issues all front-end developers face is how to make UI components reusable. How do we craft components […]

Jonathan Harrell
Aug 6, 2018 ⋅ 6 min read

Building a progressive web app (PWA): No React, no Angular, no Vue

Dev
Florian Rappl
Jul 18, 2018 ⋅ 10 min read