Must have vue-cli preinstall on your computer. The version used for current project is 3.1.0
npm install -g @vue/cli@3.1.0
# OR
yarn global add @vue/cli@3.1.0
Run
npm install
npm run serve
npm run build
npm run lint
npm run test:e2e
npm run test:unit