To scaffold a new Vite + vite-plugin-ssr
app:
npm init vite-plugin-ssr@latest
You can use any package manager (npm, Yarn, pnpm, ...) once your app is scaffolded.
A prompt will let you choose between:
react
: React + JavaScriptreact-ts
: React + TypeScriptvue
: Vue + JavaScriptvue-ts
: Vue + TypeScriptOptions:
--skip-git
: don't initialize a new Git repository