nuxt-electron icon indicating copy to clipboard operation
nuxt-electron copied to clipboard

npm run dev --without-electron

Open TobiasDoe opened this issue 9 months ago • 1 comments

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 part

Thanks for the answers. MfG

TobiasDoe avatar May 24 '24 12:05 TobiasDoe