The next version of Vue is around the corner and we can already try some of the new features, like Vue Composition API, which is heavily inspired by React Hooks. Let’s see how to use it and what the big deal is.
In this post, we will go through everything you need to know about Vue.js filters, from how to use them in your Vue.js application to how to create your own filters.
The Nuxt community has come up with a lot of handy modules for common features that we always have to implement in a web application. So, here are 20 of my favorite Nuxt modules you should know about if you want to increase your productivity.
In this tutorial, we have built a Chrome extension to download gists from GitHub Gist. We explored the different parts that make up a Chrome extension and also learned how to harness the power of Vue.js and JavaScript to build Chrome extensions.
With the help of Vue, we’ve built out an application the tracks a user’s location, receiving real-time location updates using Socket.io and Google Maps to visualize the user’s location on the map. Using geofences, we’ll be able to tell when an active guest is leaving the virtual boundary we set up.