Hi,
Q: What is the most appropriate way to approach adding toast-ui/calendar to a basic uibuilder app?
I'm looking for some help/guidance re using components in uibuilder. I understand that "there are many ways" and "it depends" based on what the component author has provided. I'm struggling to:
- Know how to identify the most appropriate way to incorporate a component into a uibuilder "app".
- How to actually do it.
So far my exposure to VueJS & bootstrap-vue has only been via uibuilder default examples, and modifying them to create basic UIs/reports. I have managed to hack some ChartJS graphs into my design via CDN but I'm somewhat sceptical of my approach. I'd like to stamp out potential bad habits early, and using toast-ui/calendar is as good a place to start as any. I hope to eventually create overlapping schedules and present them as a weekly view/report.
All tutorials I can find seem to assume a larger IDE/environment, oblivious to uibuilder/NodeRED environment. (I.e. Generic VueJS tutorials using Visual Code, templates, etc.) Translating that guidance into something that works with a "uibuilder app" is my challenge.
My environment:
NodeRED v2.1.4
NodeJS v14.19.0
uibuilder v4.1.4
I've been using uibuilder v4.x.x and I see v5.x.x has been released. I'll have to read the changelog closely before updating my Prod environment, but I can happily update Dev to v5.x.x if that makes my goal easier to achieve. I haven't been using webpack or anything like that. I'd prefer to avoid the additional build-phase if possible.
Yours,
Annuello.