How to scaffold a Vue project using Vite npm create vite@latest project -- --template vue && cd project && npm install && npm run dev -- --open