Closed gkorolkov closed 1 year ago
Note for future upcomers:
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
The PR upgrades the template for use with latest versions of Nuxt and Electron.
Brief overview of changes:
main.js
to work with latest Nuxt, Electron and Eslint