iT邦幫忙

2023 iThome 鐵人賽

DAY 12
0

先前我們已經學習過如何使用 Vue CLI 來建立專案,也學會如何撰寫一些簡單的專案了。今天就要來教大家如何將 Vue 專案部署到 GitHub Pages ,我們繼續看下去吧~

部署到 GitHub

  1. 首先先在 GitHub 上點選 New repository 建立儲存庫

https://ithelp.ithome.com.tw/upload/images/20231008/20162587dz0sHlOroF.png

https://ithelp.ithome.com.tw/upload/images/20231008/20162587vjx49hlrDg.png

  1. 到相對應的資料夾路徑開啟 cmd

https://ithelp.ithome.com.tw/upload/images/20231008/20162587JRSjrefVVM.png

https://ithelp.ithome.com.tw/upload/images/20231008/20162587bwK5ogo3I1.png

  1. 執行 git clone +網址

https://ithelp.ithome.com.tw/upload/images/20231008/20162587Q5k447PmEK.png

網址在 GitHub 上可以找到

https://ithelp.ithome.com.tw/upload/images/20231008/20162587fXNs5DYLSo.png

完成後會多一個 my-project 的資料夾

https://ithelp.ithome.com.tw/upload/images/20231008/20162587XeYriAUeNk.png

  1. 接著將專案的內容移動到剛剛建立的資料夾內(原本資料夾內只有README檔案)

https://ithelp.ithome.com.tw/upload/images/20231008/20162587Wdj6MiXFhy.png

  1. 回到 VSCODE 將檔案提交

    點選加號暫存變更

https://ithelp.ithome.com.tw/upload/images/20231008/20162587GABUB1HNYU.png

輸入變更訊息後按提交

https://ithelp.ithome.com.tw/upload/images/20231008/20162587hhxJxqxldA.png

提交後要再按一次同步處理變更確認上傳

https://ithelp.ithome.com.tw/upload/images/20231008/20162587iSF6hW0hIa.png

  1. 再回到 GitHub 上就能看到上傳的檔案了~

https://ithelp.ithome.com.tw/upload/images/20231008/20162587N5l4trCVLI.png

設定 GitHub Pages

我們已經成功將專案部署到 GitHub 上了,接下來我們要設定 GitHub Pages ,並產生URL

  1. 到 Settings 頁面中點選左側選單的 Pages
  2. 在 Branch 的地方選擇 HTML 檔所在的位置,選擇完畢後按 Save 儲存

https://ithelp.ithome.com.tw/upload/images/20231008/20162587ujKGab4zJJ.png

  1. 接著就來驗證我們部署的結果,點選上方選單的 Actions

https://ithelp.ithome.com.tw/upload/images/20231008/201625872oMgCZcbXJ.png

https://ithelp.ithome.com.tw/upload/images/20231008/20162587kY81O30z1i.png

  1. 點擊網址就能進到部署的專案啦!

https://ithelp.ithome.com.tw/upload/images/20231008/20162587PZll0wDLQG.png

結語

最後幫大家再快速複習一次整個流程

  1. 在 GitHub 上建立一個新的儲存庫(repository),然後使用命令行(cmd)將儲存庫複製到本地資料夾
  2. 將專案的檔案移動到本地儲存庫中,提交更改並上傳到 GitHub
  3. 在儲存庫的 Settings 頁面中,選擇 Pages 選項,並在 Branch 選擇要部署的分支
  4. 點擊 Actions 頁面上的網址驗證部署結果

以上就是將 Vue 專案部署到 GitHub Pages 的流程啦!現在我們就能夠在 GitHub Pages 上訪問 Vue 專案了~


上一篇
Day 22:數據視覺化連接API
下一篇
Day 24: 單元測試
系列文
主題:Vue.js 從入門到精通:建構動態前端應用程式30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言