I am very new to VueJS coming from a mustache project. It was very easy to include common bits of HTML (footer, google tracking code etc).
How do I do the same with VueJS, some of the ways I read seem to be complete overkill (writing import components).
I have:
src
components
-- App.vue
assets
static
- footer.htm
index.htmloutside of<div id="app"></div>. Use<script>for js andw3-include-htmlfor html. Using vue cli 3, to include the bits in the build put them in thepublicfolder.