In this chapter, we will be using Node.js, AWS Amplify, and Quasar Framework.
Attention, Windows users! You need to install an npm package called windows-build-tools to be able to install the required packages. To do this, open PowerShell as administrator and execute the > npm install -g windows-build-tools command.
To install Quasar Framework, you need to open a Terminal (macOS or Linux) or Command Prompt/PowerShell (Windows) and execute the following command:
> npm install -g @quasar/cli
To install AWS Amplify, you need to open a Terminal (macOS or Linux) or Command Prompt/PowerShell (Windows) and execute the following command:
> npm install -g @aws-amplify/cli