Closed choupaland closed 5 months ago
Project has switched from Electron to use Tauri.
There is a new alpha release out if you want to take a look: https://github.com/madisvain/upcount/releases/tag/v2.0.0-alpha.1
why you change the entire stack ? pass from umi/electron/js to react/tauri/ts ?
why you change the entire stack ? pass from umi/electron/js to react/tauri/ts ?
Much better workflow! See this link for comparison: https://www.levminer.com/blog/tauri-vs-electron
Hi,
Nice works.
I try to change the pdf template.
i try to
npm install
on node 16 , that doesn't worki try after
npm install
on node 12.22.12, that "work"but
npm run dist:dev
failedumi build
fail because umi it doesn't findWhich node version i need for
npm instal
andumi build
work ?Best regards.