This website works better with JavaScript
Home
Explore
Help
Sign In
lovecoding
/
W250511
Watch
10
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
aeef61def3
Branches
Tags
master
W250511
/
19.React
/
高阶
/
初始.md
初始.md
231 B
History
Raw
指定版本
npx create-react-app xxx
npm uninstall react react-dom
npm install react@18.3.1 react-dom@18.3.1 --save
npm start
npm create vite@latest
package.json 修改版本号
npm install
npm run dev