Deluze / electron-vue-template

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

Suggestion: PR adding Eslint, VueTSC and automatic checkers? #27

Closed TiagoSilvaPereira closed 1 year ago

TiagoSilvaPereira commented 1 year ago

Hi @Deluze, I added some conveniences to my project, and I would like to know if you are interested in a PR including:

image

Deluze commented 1 year ago

Whilst I'm a fan of ESLint and Vue TSC, I do want to keep this template as clean and straight forward as possible. Developers shouldn't feel the need of removing packages/files they don't want to use, which also was the reason why I decided to make my template public next to all the countless of others out there. "No unnecessary dependency overhead" actually used to be the slogan of this template.

Your suggestion is great for projects, even personal ones, though I don't think it would be a good fit for this template.

Also: I saw you added this project to the awesome-vite list. Thank you! It feels amazing to see others share this template in any way.