Vite Vue 安裝
版本號
node v22.14.0 && npm 11.4.2
參考資料:
https://vite.dev/guide/
安裝
1
| npm create vite@latest 資料名稱
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
| > npx > "create-vite" vite_vue_demo_project
│ ◆ Select a framework: │ ● Vanilla │ ○ Vue │ ○ React │ ○ Preact │ ○ Lit │ ○ Svelte │ ○ Solid │ ○ Qwik │ ○ Angular │ ○ Marko │ ○ Others └
│ ◇ Select a framework: │ Vue │ ◇ Select a variant: │ TypeScript │ ◇ Use rolldown-vite (Experimental)?: 參考資料:https://cn.vite.dev/guide/rolldown │ Yes │ ◆ Install with npm and start now? │ ● Yes / ○ No
|