Please dont try to push on the master branch after your commits
npm install
npm run serve
-
Please create a new .env file and add BASE_URL="/" in the main folder before running this command.
-
Reason: It makes sure that all generated files are ready to deploy and have the correct base url configured
For example : If you are deploying your site in a sub folder named
vueappthan changeBASR_URL="vueapp"
npm run build --prod
npm run lint