Building an Electron application with Vue.js

We've already looked at how to use Electron applications with the Angular and React frameworks. Now, it's time to look at another popular framework: Vue.js. This framework will help you boost your productivity when building desktop applications with web technologies.

Similar to the Angular CLI and Create React App, Vue.js has its own CLI tool too. You can install it and generate a new application called integrate-vue by following these steps:

  1. Run the following two commands:
npm install -g @vue/clivue create integrate-vue
If you are a Windows user, please refer to the Vue documentation on how to set up commands: https://cli.vuejs.org/guide/creating-a-project.html#vue-create.
  1. The tool is going ...

Get Electron Projects now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.