Problem when creating the final product with Bootstrap-Vue

0

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

    
asked by Manuel G. 06.10.2018 в 17:21
source

1 answer

0

It sounds as if some complement, js or css will not load, try in the browser, the version of the server, pressing F12 in Firefox or Chrome and verify in the console that says or in network if there is something missing. You may have included it in the server and referenced badly in the route. It is not always the same local as on a server.

    
answered by 06.10.2018 в 18:20