Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1008 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 1008 Bytes

Vue 3 + Vite

This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.

Recommended IDE Setup

部屬github網頁須注意

vite.config.js defineConfig須設定靜態專案的網址 官方說這樣做 但感覺有點鳥蛋

NEW! 新方法不用再開一個專案 用同一個就可以了 要部屬上靜態頁面就是用GitBash here 執行deploy.sh就可以了

 base: '/vite-first'
 
 //新方法 執行這兩行 就會把build的推到gh-pages
 npm run build
 git add dist
 git commit -m 'update gh-pages'
 git subtree push --prefix dist origin gh-pages
 

參考資料