electron-template
electron-template copied to clipboard
fix: Update template to work with newer versions of Nuxt and Electron
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.jsto 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
Note for future upcomers:
- One needs to change name field in package.json to get the app run.
- If using
nuxt.config.tsnotjsfor nuxt project, you need to fix themain.jsfile to properly import nuxt.config.ts or otherwise you can simply delete the line and set thedevvariable to true/false manually to get the project running