This article dives into Vuex, a Vue.js State Management Library. We'll look at the problems it was created to solve, the core concepts behind it, how to set it up, and, of course, use code examples at every step of the way.
A static site generator takes source files and generates an entire static website. They require fewer server resources, are scalable, and can handle high volumes of traffic. In this post, I'll show you how to use VuePress to build a documentation site.
Vue.js is a fast-growing JavaScript framework backed up by a strong community since 2014. Along the years, good practices and shortcuts have emerged to ship faster and maintain a better codebase. Today, I'm sharing with you 10 tips that helped increase my productivity and that I'm sure will do the same for you.
Plugins are what makes our lives as developers so much more productive. Most of our projects depend on them, as they allow us to ship new features with great speed. We'll learn how to make our own plugin and distribute it on NPM for everyone to use.