Technical requirements
It would be best to have your Node.js version at least 14.18+ or 16+ and above. To check your Node version, run the following command in Command Prompt (or PowerShell):
node -v
You should have your npm version to 7.x and above since all our commands in the chapter are compatible with npm 7.x, and there is a slight difference with 6.x. And finally, you should install Yarn as our primary package management tool throughout the chapter.
The complete code for this chapter is available on GitHub at: https://github.com/PacktPublishing/Frontend-Development-Projects-with-Vue.js-3/tree/v2-edition/Chapter03