- node >= v18.12.1
- git >= 2.9
npm install
That's it! It will automatically run the Husky installation script after the dependencies are installed successfully. The .npmrc file will also make sure that the legacy-peer-deps option is set to true .
For this project, it's recommended that you use VS Code and install the recommended extensions. They will make you life easier by providing proper code formatting, linting and will turn on VS Code features for Vue single file components.