You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
can also use degit (or https://github.com/tiged/tiged) to create new project from existing (--mode=git to use SSH clone instead of downloading tar, for private repos)
npx degit user/project#main my-project
cd my-project
npm install
npm run dev
Frontend
npm create vite@latest my-vue-app -- --template react)--mode=gitto use SSH clone instead of downloading tar, for private repos)