I'm doing the web for an event and I have problems when uploading the version to the server. It works perfectly in the development version, but for some reason that happens to me it is not composed as it should be, only the footer is seen. I created the product using vue init bootstrap-vue/webpack my-project
. To compose it I am using vue-build prod
.
I have tried using the example that comes at the beginning of the project but neither does its production version work. I probably forget to add something, but after consulting the documentation I am unable to see it.
The code can be found at: link