Currently I am creating many prototypes and needed a framework that would allow me to do this quickly without spending too much time tinkering with configurations, settings and project dependencies.
The examples I found never referred to how to configure all 3 components for a project. That’s what this article is for, with which we can finally set up a new project with max. 6 commands.
In the end we’ve a project configured for TypeScript with Vue, Vuetify and Electron v9.
To follow these instructions, you will need Node and npm pre-installed on your system. Furthermore you should already have some knowledge about Node and npm.
#nodejs #vuejs #electron #typescript #vuetify