2024 作品牆 vue3-project-wall 如何在本地端啟動系統 Node.js 版本號:v20 Project Setup npm install Compile and Hot-Reload for Development npm run dev Type-Check, Compile and Minify for Production npm run build Run Unit Tests with Vitest npm run test:unit Lint with ESLint npm run lint 如何將開發好的程式碼佈署至 PROD 環境 GitHub 發 PR Merge 到 Main 之後 CI/CD 會自動部署