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

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

Open gkorolkov opened this issue 4 years ago • 1 comments

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

Brief overview of changes:

  • Bump dependencies versions to latest
  • Refactor main.js to work with latest Nuxt, Electron and Eslint
  • Update look of the home page in line with latest Nuxt template
  • Update readmes
  • Formatting changes to calm down eslint

gkorolkov avatar Jan 22 '21 16:01 gkorolkov

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

apgapg avatar Aug 12 '21 06:08 apgapg