Pokedex使用React创建的Pokemon Pokedex

Create React App 入门项目。该项目可以通过以下脚本在项目目录中运行:

  • npm start:在开发模式下运行应用程序,打开浏览器查看。如果进行编辑,页面会自动重新加载。控制台中将显示任何错误信息。

  • npm test:在交互式监视模式下启动测试运行程序。

  • npm run build:构建生产应用程序,生成优化后的build文件夹,适用于部署。生产模式下正确捆绑了React并优化了性能,最小化构建,文件名包含哈希值。

  • npm run eject:此命令将使您无法回退。它将从项目中删除构建依赖项,并暴露所有配置文件和传递依赖项(如webpack、Babel等)。

更多信息,请参见相关部分。

zip
pokedex-master.zip 预估大小:25个文件
folder
pokedex-master 文件夹
file
package.json 930B
file
package-lock.json 1.46MB
folder
src 文件夹
file
App.css 963B
file
index.js 500B
file
reportWebVitals.js 362B
file
logo.svg 2KB
file
App.test.js 246B
file
setupTests.js 241B
folder
components 文件夹
folder
pokemon 文件夹
file
PokemonList.js 964B
file
spinner.gif 10KB
file
Pokemon.js 21KB
file
PokemonCard.js 3KB
folder
layout 文件夹
file
NavBar.js 695B
file
Dasboard.js 344B
file
App.js 755B
file
index.css 366B
file
pattern.png 6KB
file
.gitignore 310B
folder
public 文件夹
file
logo192.png 5KB
file
manifest.json 492B
file
robots.txt 67B
file
index.html 654B
file
logo512.png 9KB
file
favicon.ico 4KB
file
README.md 3KB
zip 文件大小:381.64KB