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 be able to install the following required packages. To do so, open PowerShell as an Administrator and execute the
> npm install -g windows-build-tools command.
> npm install -g windows-build-tools command.
To install Vue-CLI, you need to open Terminal (macOS or Linux) or a Command Prompt/PowerShell (Windows) and execute the following command:
> npm install -g @vue/cli @vue/cli-service-global