This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
lovecoding
/
VIP26
Urmărește
9
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
bbf09d8f0c
Ramuri
Etichete
master
VIP26
/
react
/
study3
/
笔记.md
笔记.md
271 B
Istoric
Crud
npm install -g create-react-app
create-react-app 项目名称
npx create-react-app 项目名称
npm start 起服务
npm run build 打包
npm test 测试
npm run eject 移出构建工具