github-page部署vue/react靜態頁面在線預覽demo

  1. git checkout -b "gh-pages"
  2. yarn add gh-pages
  3. 修改package.json 增長 "deploy" : "gh-pages -d build" bulid是打包後生成的路徑
  4. 修改package.json 增長 "homepage": "https://xxxx.github.io/項目名稱"
  5. yarn run build
  6. yarn run deploy
  7. github setting 選擇 gh-pages 分支

vue-cli須要在config/index.js 將assetsublicPath: '/' 改成 './'vue

相關文章
相關標籤/搜索