Getting Started with Desktop Apps using Electron and the Vue CLI

Опубликовано: 01 Октябрь 2024
на канале: Suboptimal Engineer
8,349
250

In this video, I help get you started with building desktop apps using the Vue CLI and Electron.

TL;DR for those who just want the commands:
- vue create app
- cd app
- vue add electron
- npm run electron:serve

🐦 Twitter -   / suboptimaleng  
💻 GitHub - https://github.com/SuboptimalEng
🌎 Website - https://suboptimaleng.com

== [ Resources ] ==
ElectronJS: https://www.electronjs.org/
Electron Vue: https://github.com/SimulatedGREG/elec...
Electron Builder: https://github.com/nklayman/vue-cli-p...

== [ Timestamps ] ==
00:00 Intro - What is Electron.js
01:10 Add Electron to Existing Vue CLI Project
05:33 Create Electron Vue App From Scratch
08:55 Fin

== [ Tags ] ==
#suboptimal #vuejs #electronjs