- git checkout -b "gh-pages"
- yarn add gh-pages
- 修改package.json 增長 "deploy" : "gh-pages -d build" bulid是打包後生成的路徑
- 修改package.json 增長 "homepage": "https://xxxx.github.io/項目名稱"
- yarn run build
- yarn run deploy
- github setting 選擇 gh-pages 分支
vue-cli須要在config/index.js 將assetsublicPath: '/' 改成 './'vue