nuxt-community / electron-template

Electron starter with nuxt.js
MIT License
251 stars 31 forks source link

fix: Update template to work with newer versions of Nuxt and Electron #42

Closed gkorolkov closed 1 year ago

gkorolkov commented 3 years ago

The PR upgrades the template for use with latest versions of Nuxt and Electron.

Brief overview of changes:

apgapg commented 3 years ago

Note for future upcomers:

  1. One needs to change name field in package.json to get the app run.
  2. If using nuxt.config.ts not js for nuxt project, you need to fix the main.js file to properly import nuxt.config.ts or otherwise you can simply delete the line and set the dev variable to true/false manually to get the project running