npm install
npm run serve
npm run build
npm run lint
- See Configuration Reference.
- vue.config.js
- Public Path
Update vue-cli latest
npm install -g @vue/cli
sass-loader node-sass (For webpack 4.* and version 11 can be working only with Webpack later ver 5.*)
npm install --save-dev node-sass@6 sass-loader@10or
Do not update webpack latest. It would not work after update
npm install webpack@latest --save-dev