As I work through learning Vue, I noticed that when I view the page source I can see the Vue code. Meaning I can see where I have templates like <template-component></template-component>.....with their props and v-show, etc.
However, when I search for web sites out there running Vue and I view their page source, I do not see anything related to Vue. No templates, included JS scripts for components, etc.
So, it makes me think I am doing something wrong.
I am working via CDN not CLI. So, no building/compiling.
Just want to learn it correctly so as not to develop bad habits from the beginning.
Regards,
Mike