wulab Project setup npm install Compiles and hot-reloads for development npm run serve Update GitHub Pages 1 Compiles and minifies for production npm run build 2 push the branch npm run deploy Push orgin code git status git add . git commit -m "update" git push origin main Pull update in Github git pull origin main