i build an app with "npm run build". dist-folder created successfully. Then i uploaded the dist folder and index.html to the right path on my hosting server (m.myapp2go/vueapp/dist) with a ftp-client. Now there is a path-problem! In the get-request "/vueapp/dist" is missing. If i call the app with http://m.myapp2go.de/vueapp/ the following error occurs in console.
Installation on server:
Do i have to set the path to deployment-server before build? And when, where can i do this? THX




npm run buildruns thebuildcommand, you can find it in yourpackage.json. It will likely point towards somevue-clicall. Check for options there.