In this chapter, we will be using Node.js, Vue-CLI, Cordova, Electron, Quasar, Nuxt.js, and Python.
Attention Windows users: you are required to install an npm package called windows-build-tools to be able to install the following required packages. To do so, open PowerShell as an Administrator and execute the following command:
> npm install -g windows-build-tools
> npm install -g windows-build-tools
To install Vue-CLI, you need to execute the following command in Terminal (macOS or Linux) or the Command Prompt/PowerShell (Windows):
> npm install -g @vue/cli @vue/cli-service-global
To install Cordova, you need to execute the following command in Terminal (macOS or Linux) or the Command Prompt/PowerShell (Windows):
> npm install -g cordova
If you are running on a macOS and you want to run an iOS simulator, you need to execute the following command in Terminal (macOS):
> npm install -g ios-sim ios-deploy
To install Electron, you need to execute the following command in Terminal (macOS...