After dedicating a few weeks to learning Vue.js 2 for my app, I made the decision not to utilize Bootstrap carousel due to its lack of built-in swipe functionality.
Instead, I am exploring options such as Vue.js sliders like Flickity and Hooper. Unfortunately, I have encountered an issue where the CSS is not importing, resulting in a lack of style on the slider. Here are the steps I have taken to troubleshoot this problem:
vue create slider-test
Following that, I proceeded with:
npm install hooper
I then attempted to implement the solution provided at this link.