Hi fellas,
sorry if my question was already asked. But i couldn't find anything regarding my issue.
I'm running node-red in a docker and I wanted to build my own custom dashboard without using the common buttons and input nodes. Therefore I've installed the uibuilder. The template I choosed is
VueJS and bootstrap-vue
I've installed the following libraries
- 
[bootstrap], 4.6.1 
 URL to use: "../uibuilder/vendor/bootstrap/dist/js/bootstrap.js"
- 
[bootstrap-vue], 2.22.0 
 URL to use: "../uibuilder/vendor/bootstrap-vue/./dist/bootstrap-vue.common.js"
- 
[cloak], 1.0.0 
 URL to use: "../uibuilder/vendor/cloak/index.js"
- 
[svelte], 3.48.0 
 URL to use:../uibuilder/vendor/svelte/index
- 
[vue], 3.2.37 
 URL to use:../uibuilder/vendor/vue/dist/vue.global.js
But if I try to load the dashboard example its showing nothing, just a empty site.
If I comment out the [v-cloak] { display: none; } in the index.css it seems to work, but anyway it shows than everywhere the msg-input field {{msg....}}
My guess is, that this has something to do with the index.js can not be loaded?
Someone faced that issue too?
