Congratulations for making it to the end of this series! I hope this has been a useful introduction to Vue.
Before you go, I suggest installing Vue DevTools...
Vue DevTools is an extension for your browser’s web developer panel. DevTools is available for Chrome, Firefox, Edge, and also as a standalone application.
Once you have DevTools installed, you should see a Vue tab when viewing your Vue applications like so:
Take a moment to explore the DevTools interface and note how it provides all sorts of useful development insight into your application’s components, state, and more.
This series was designed as a beginner’s introduction to Vue so we didn’t dig deep into any one particular topic. Knowing this I recommend following up this series by reading through the Vuejs.org official guide.
I also recommend perusing the following topics/resources:
Finally, be sure to subscribe to my channel as I will follow-up this series with individual videos on some of the above topics and more.
Thanks for watching!