npm install
npm run serve
npm run build
npm run lint
To avoid
error Delete ␍ prettier/prettier
forever,
you should set"endOfLine": "auto"
or"lf"
inprettier.config.js
and execute command below at the project root to stop Git changes breaklines automatically:git config --global core.autocrlf false