React App项目入门指南
该项目使用Create React App进行搭建。在项目目录中,可以运行以下可用脚本:
- yarn start:在开发模式下运行应用程序,在浏览器中查看并实时编辑,页面将自动重新加载。
- yarn test:启动测试运行程序,支持交互式监视模式。
- yarn build:构建生产版本到应用程序的build文件夹,优化了构建以获得最佳性能,生成被最小化,并且文件名包括哈希值。
- yarn eject:单向操作,将所有配置文件和传递依赖项(webpack,Babel,ESLint等)提取出来。注意:此操作无法撤销!
travel_web_frontend-master.zip
预估大小:82个文件
travel_web_frontend-master
文件夹
public
文件夹
manifest.json
492B
index.html
2KB
robots.txt
67B
images
文件夹
img-6.jpg
1.23MB
img-4.jpg
2.97MB
img-9.jpg
466KB
img-8.jpg
434KB
...
59.24MB
文件大小:
评论区