I know this is probably basic, but I can't figure it out.
I built a VueJS PWA with the vue-cli 3, everything works, but when I try to serve my app to test, or build for production I always get the error: property '' does not exist on type ''.
An…
I want to use Vueper Slides in my project - https://antoniandre.github.io/vueper-slides/.
I need to import pictures from my database (JSON), but the problem is that
pictures cannot be displayed. I tried many things but unsuccessfully.
Here is my…
I've deployed my website using Heroku. I am also using Vueper Slides which needs a variable, which is an array, containing the path to the image. On the live website I noticed that it does not contain the images folder contained in my dist folder.…
I want to be able to use Vue components distributed over CDN without the need to npm install them - in my single-file Vue components.
I do not understand how to import them by URL to compiled component.
Example of components I want to import…
I have a problem with my VUE js project. I use the library VueperSlides and it's run correctly but my problem, is that the slider is imported in the components App.vue and it's displayed. I want to display the slider only in my Slider component.
I…