npm install
npm run serve
npm run build
npm run lint
- Push from local machine to productio server
git push deploy master
- SSH into the production server and run the following
# /var/www/html/Vue
npm install
npm run build
sudo service nginx restart