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.
Here are the top best practices I've developed while working on Vue projects with a large code base. These tips will help you develop more efficient code that is easier to maintain and share.
In this tutorial, we will build a real-time data visualization application to get real-time stock exchange values using **Socket.io, Vue.js** and **Chart.js**. At the end of the tutorial, we will be able to see the change in Google’s and Microsoft’s stock every few seconds.