Phew... you are a star! Thanks a lot for the clarity and also for what you will implement with
DOMContentLoaded , I'm soooooo glad I asked.
Thank you also for your interest in VueCore, your critical eye on the project and valuable advise is very much appreciated.
In my plans is to add routers for page management to take advantage of that space. To inject HTML like how its done now will be "optional". Secondly is the issue of components, which will ensure that an app is broken down into smaller parts for consolidation, just like how VueJS works.
Truth be told, wrapping VueJS with BANano is rather
abnormal because VueJS is on the same league as React and Angular and other re-active frameworks out there. I know that the performance gains on just doing pure VueJS via the nodejs CLI are far more better, but then again, I enjoy BANano-ing stuff around and also learn how stuff work, besides
BANAnoVue... is not pure Vue, we all know this and we can never expect the same performance from a "hybrid".
Unless of course your wizardly could prove me wrong. Ha ha ha.
You know what, i've been staring at your "
import" method and thought to myself. Vue in most cases works with imports for as and when you need components loaded. Just like...
import BaseInput from './BaseInput.vue'
Still mind boggling...
Ta!