demo 性质,测试 vite electron commitlint...
⚠️ 暂时跑不起来了
基于 Electorn + vite + react + typeScirpt 配置了 eslint
npm i
npm run start
另开一个 terminal
npm run start:electron
ps: main.ts
文件改了需要手动重新执行npm run start:electron
npm run build
遵循 https://www.conventionalcommits.org/ 也可以使用 npm run commit 来格式化提交
npm run release
ps: 只有在 1.0.0 之后的版本 feat 是 minor,fix 是 patch