Open TobiasDoe opened 6 months ago
Hi. Just a super quick question: is there a way to have a npm script to not run electron at all in dev?
npm run dev -- -no-electron??
npm run dev -- -no-electron
I just want to code the frontend and don't need electron at that stage at all.
I can do the same at the build phase with
npm run build -> this only builds the next and not the electron part
npm run build
Thanks for the answers. MfG
Just remove the electron plugin and connect to localhost:3000 like a normal nuxt project and then add it back later ?
Hi. Just a super quick question: is there a way to have a npm script to not run electron at all in dev?
npm run dev -- -no-electron
??I just want to code the frontend and don't need electron at that stage at all.
I can do the same at the build phase with
npm run build
-> this only builds the next and not the electron partThanks for the answers. MfG