Relative Content

Tag Archive for javascriptvue.jsvite

User relative path to /src/main.js (Vite)

Problem I’ve created a Vue application with Vite. Afterwards, I’ve installed Electron and Electron Forge. If I create and pack the App, all works fine after installing on my Linux system. But on other systems it doesn’t work. The reason is, that the index.html loads the main.js from the absolute path of the /dist/assets/ directory […]