
vite
List of commands for vite:
-
vite:tldr:8a154 vite: Setup using `pnpm`.$ pnpm create vite my-react-app --template react-tstry on your machineexplain this command
-
vite:tldr:eb44b vite: Setup using `yarn`.$ yarn create vite my-react-app --template react-tstry on your machineexplain this command
-
vite:tldr:f642f vite: Setup using `npm` 6.x.$ npm create vite@latest my-react-app --template react-tstry on your machineexplain this command