1.创建vite项目特别好用的命令,可以直接安装pinia,router
npm init vue@latest
2.创建react项目
npx create-react-app xxx (项目名)
3.vite创建react
npm create vite@latest my-vite-app
1.创建vite项目特别好用的命令,可以直接安装pinia,router
npm init vue@latest
2.创建react项目
npx create-react-app xxx (项目名)
3.vite创建react
npm create vite@latest my-vite-app