Electron Adventures: Episode 28: Vue
We tried jQuery, D3, React, and Svelte, so let's try another framework with Electron - Vue.
Create new Vue project
As usual, we do the same steps - create a new project, then add Electron:
$ npx @vue/cli create episode-28-vue
$ npm i --save-dev elect...
taw.hashnode.dev2 min read