How to fix Safari not loading a font until browser refresh

by

In this quick tutorial I’ll show how I fixed a font issue on one of my projects.

How to fetch JSON data using Vue.js and Axios

by

In this tutorial, you’ll learn how to quickly fetch remote JSON data in Vue.js.

How to enable wide and full-width images in WordPress Gutenberg themes

by

In this tutorial, you’ll learn how to add two more alignment options for the image blocks in Gutenberg-ready WordPress themes.

How to use Vue.js filters inside the Vue instance

by

In this tutorial, you’ll learn how to use custom Vue.js filters inside the Vue component.

Fix TypeError: sym.definition is not a function

by

Solving annoying Webpack build problem while using UglifyJs.

How to set/update nested object with dynamic keys in Firebase/Vue.js

by

In this tutorial, you’ll learn how to update the nested object with dynamic keys in Firestore/JavaScript.

How to hide uncompiled mustache {{ code }} in Vue.js

by

In this tutorial, you’ll learn a simple trick that will hide Vue.js code while the page is loading.

How to add a class to body tag in Vue.js

by

In this tutorial, you’ll learn how to add and remove body classes in Vue.js with and without using additional packages.

How to get the first item in Vue.js array in template

by

In this tutorial, you’ll learn how to render the first item of an array in Vue.js template.