maximegris / angular-electron

Ultra-fast bootstrapping with Angular and Electron :speedboat:
https://www.maximegris.fr/angular-electron/
MIT License
5.64k stars 1.37k forks source link

What about Nrwl NX? #796

Open FrancescoBorzi opened 7 months ago

FrancescoBorzi commented 7 months ago

Since nx is getting more and more popular (nowadays also used in non-Angular) apps, I was wondering if it might be considered to be used for this repo.

maximegris commented 4 months ago

There is already a nx-electron plugin that seems to work with any kind of frontend.

I use NX for several years now but I never used it with Electron. But the plugin seems to be used and maintained.

Unfortunately I don't think I will find time to adapt this project in that way. :/ Not alone actually.

FrancescoBorzi commented 4 months ago

There is already a nx-electron plugin that seems to work with any kind of frontend.

I use NX for several years now but I never used it with Electron. But the plugin seems to be used and maintained.

Unfortunately I don't think I will find time to adapt this project in that way. :/ Not alone actually.

I successfully migrated my app to NX which was based on angular-electron and I don't mind migrating angular-electron too if you are willing to accept this change!