npm install
npm run serve
npm run build
bash deploy.sh
or
npm run build
cd dist
git init
git add -A
git commit -m 'deploy'
git push -f https://github.com/OGiveTechnologyllp/enterprises-solution.git master:master
npm install
npm run serve
npm run build
bash deploy.sh
or
npm run build
cd dist
git init
git add -A
git commit -m 'deploy'
git push -f https://github.com/OGiveTechnologyllp/enterprises-solution.git master:master