yooneskh / vite-neutralinojs-template

Starter template for Neutralino.js with Vite.js and Vue.js
50 stars 9 forks source link

yarn build is not stable #2

Closed Naveenchandra07 closed 2 years ago

Naveenchandra07 commented 2 years ago

When I launch the app using yarn dev, the app starts perfectly fine and I don't see any problems. But when I tried to create the exe using the command "yarn build" I get an exe created under dist folder but on launch off the exe it shows blank screen. I tried couple of tricks posted in google search about running the app and build commands in admin mode but no luck. Although when I expand the window I could see the content for a short span of time like microsecs! but again it disappears. Can you pls help me to fix this problem ?

One more observation: If I try to launch the app using the command "neu run" I am seeing the same blank screen!

yooneskh commented 2 years ago

Hello. Sorry for delay in answering. I was busy with some things.

I am migrating the project to v3 right now and some things seem to have changed. This will hopefully be fixed soon.

yooneskh commented 2 years ago

@Naveenchandra07 i have upgraded the app to Neu v3 and it seems stable now. Try it and reopen this issue if it still exists for you. remember to clone this again as installation instructions have changed.