Create an Electron app that serves a Nuxt.js app
Install the dependencies:
npm install # Or yarn install
If you plan to use the npm run pack
command below, ensure electron-packager is installed globally:
npm install -g electron-packager # Or yarn global add electron-packager
npm run dev
npm run build
npm run start
npm run pack
See more on electron-packager documentation.