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.