Vite + Vue 3 + electron + TypeScript
Jun 2, 2022 · 3 min read · A lot of people have been asking how to do electron in vite vue 3 so here it is. Step 1: Were going to go straight a head and create a Vite project by running: // run this and choose vue as your template, // you can choose typescript or js. whatever ...
Join discussion