npm 6.x npm create vite@latest my-vue-app --template vue # npm 7+, ... `vite serve` "build": "vite build", // build for production "preview": "vite preview" ...
確定! 回上一頁