vue3 項目打包?? npm run build
執行index.html一片空白?
會建立dist資料夾
index.html檔案中,依說明改了相對路徑也沒用
<link rel="stylesheet" href="assets/index-1da8cd0c.css">
node.js版本
v18.15.0
"vue": "^3.2.45"
"vite": "^4.1.0"
npm init vue@latest
建立專案資料夾
npm init vue@latest
cd
npm install
npm run dev
npm run build