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:
- Run the following two commands:
npm install -g @vue/cli
vue 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.
- The tool is going to ask you a few questions so that it can figure out the final configuration of the project. For preset, please select the default...