Deluze / electron-vue-template

Simple Vue3 + Electron starter template in TypeScript, including ViteJS and Electron Builder
MIT License
534 stars 104 forks source link

Changed to TS see Readme #9

Closed rehanvdm closed 2 years ago

rehanvdm commented 2 years ago

!! DO NOT MERGE

This is a very rough draft, see the readme. I plan to change the structure and a few other things but don't want to do that without contributing anything back. I left most of the files with the same names and functions. I just had to change the spawn as their were still something keeping the electron process alive, I had this problem in the past and copied my code from my old JS template.

Hopefully this gives you an idea of what is needed to create a TS version.

https://github.com/Deluze/electron-vue-template/issues/8

Deluze commented 2 years ago

Closing this since typescript has been implemented now.

Thanks a lot for your help @rehanvdm