In this chapter, we will be using Node.js and Vue-CLI.
Attention Windows users: you need to install an npm package called windows-build-tools. To do so, open PowerShell as 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 open Terminal (macOS or Linux) or Command Prompt/PowerShell (Windows) and execute the following command:
> npm install -g @vue/cli @vue/cli-service-global