Today’s exercise was about array functions and arrow functions. Wasn’t too hard.

I finished the vuejs.org/tutorial, but I don’t really feel at all fluent yet. Thinking about starting another tutorial. First lets set up a default app using https://vuejs.org/guide/quick-start.html. That looks pretty good.

Can I add bootstrap to it? Invasive AI in my search results says to use npm install bootstrap bootstrap-vue. Sounds reasonable so I tried it. The bootstrap-vue package failed so I reinstalled with @latest on the end of each. That didn’t throw errors at least, but it didn’t look different either.

I looked at the ai further, it was about to tell me how to call the bootstrap-vue then died and decided it had failed. I has to search again and found what I needed at: https://bootstrap-vue.org/docs/. I didn’t really want you anyway invasive AI.

I tried it out and things promptly crashed. Looks like it is a difference between Vue 2 and 3 and I need to use bootstrap-vue-next. Finally got that working and now it looks almost the same but doesn’t put the feature list off to the side anymore.

Time is up guess I will continue tomorrow.