nuxt-community / electron-template

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

fix: Update clonable (non-@vue/cli) version of the template for latest Nuxt and Electron #43

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:

atinux commented 3 years ago

Thanks @gkorolkov, how is this one different than #42 ?

gkorolkov commented 3 years ago

Hi @Atinux. #42 is for the master branch. This one is to update the 'clonable' template from git-clone branch that is meant to be git cloned rather than installed using @vue/cli-init.