Currently my framework of choice to learn. Will dump links for my own reference. Will be a bit of overload.. but I don't want to lose these.

SDrasner intro to Vue.js: https://css-tricks.com/intro-to-vue-1-rendering-directives-events/

vueschool

VueJS Advanced Learning

Productivity in Vue

https://medium.com/vuetify/productivity-in-vue-part-1-de56e9c1d97d

https://medium.com/vuetify/productivity-in-vue-part-2-1dc209062cae

Components

https://www.raymondcamden.com/2018/10/31/working-with-dynamic-components-in-vuejs?utm_campaign=Vue.js News&utm_medium=email&utm_source=Revue newsletter

How to Emit Data [A] : https://www.telerik.com/blogs/how-to-emit-data-in-vue-beyond-the-vuejs-documentation?utm_campaign=Vue.js News&utm_medium=email&utm_source=Revue newsletter

Structuring Vue Components https://vueschool.io/articles/vuejs-tutorials/structuring-vue-components/

https://medium.com/@Taha_Shashtari/simplify-your-components-with-computed-setters-2f687f193fb0

Recursive Components https://alligator.io/vuejs/recursive-components/

Communicating between recursive components https://alligator.io/vuejs/communicating-recursive-components/

Modal Components https://alligator.io/vuejs/vue-modal-component/

https://itnext.io/vue-a-pattern-for-idiomatic-performant-component-registration-you-might-not-know-about-9f3c091846f5?source=placement_card_footer_grid---------1-60

https://medium.com/@nickp34/reusable-vue-vuetify-components-79c4d2f8b130?source=placement_card_footer_grid---------2-60

https://css-tricks.com/creating-a-reusable-pagination-component-in-vue/ How to use modals as detail pages https://javebratt.com/ionic-modals/

Form Components

Data Driven Interfaces https://rangle.io/blog/how-to-create-data-driven-user-interfaces-in-vue/