-
since package-lock.json file is in repo. One can use the following command to install dependencies:
npm ci
-
on occassions a developer should be responsible for updating dependencies using command:
npm i
Vue Cli : Learn about public folder, bundler configeration, vue-cli-service etc here.
npm run serve
npm run build
npm run lint