I want to make an vueJS dashboard in uibuilder, but using http-vue-loader to skip the build step.
I see routes changing but I cant get the content to load.
win10
nodeJS14
node-red 2.6.2
uibuilder 5.0.1
[bootstrap] 5.1.3
[bootstrap-vue] 2.21.2
[http-vue-loader] 1.4.2
[jquery] 3.6.0
[vue] 2.6.14
[vue-router] 3.5.3
It does help, but I wanted to skip using router.js and store.js. Also, I wanted to create a nice looking sidebar like in the video, using plain CSS (as I have very little experience with bootstrap).
Anyway, after 2 days I've finally managed to get this working.
The problem was in using route children. Now I remember I had this problem last year also.
If you don't need bootstrap or the additional components in bootstrap-vue, you don't, of course, need to load that at all. There are also other extensions such as Quasar which might be more to your liking. Though I found in the past that one of the nice things about bootstrap-vue was the lack of needing a build step. However, I think some of the other Vue extensions have also caught up.
Bootstrap not too hard to understand though and is pretty well documented.
Phew, so not specifically a uibuilder issue.
Look forward to hearing about your experiences. Will help wherever I can.