We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I ran a simple program. After the build was successful, when I tried to run the application, I got a white screen with no content.
The text was updated successfully, but these errors were encountered:
I'm facing the same issue. It seems that Nuxt fails to generate public/index.html after the build.
Sorry, something went wrong.
add --prerender fix my problem
--prerender
"build": "nuxt build --prerender && electron-builder",
add --prerender fix my problem "build": "nuxt build --prerender && electron-builder",
I could add this to documentation if this is an accepted solution? This is in the package.json correct?
No branches or pull requests
I ran a simple program. After the build was successful, when I tried to run the application, I got a white screen with no content.
The text was updated successfully, but these errors were encountered: