弹指间记忆

在React App入门项目中,我们采用了引导式的方法。只需在项目目录中执行相应脚本: yarn start 以开发模式启动应用程序,在浏览器中即可查看。在编辑内容时,页面将自动重新加载,同时您还可以在控制台中查看任何潜在错误。使用 yarn test 可以以交互式监视模式启动测试运行程序。通过 yarn build 命令,您可以将应用程序构建为生产版本并保存在build文件夹中。在生产模式下,React将会被正确打包并优化,以提高性能。生成的文件将被最小化,并且文件名包含哈希值,这样您的应用就可以准备好部署了!请注意,yarn eject 是一个单向操作,一旦执行,您将无法撤销!如果您对构建工具和配置不满意,可以随时执行此操作。该命令将从您的项目中移除单个生成依赖项,并将所有配置文件和传递依赖项(如webpack,Babel,ESLint)暴露出来。

zip
poke-memmory-master.zip 预估大小:34个文件
folder
poke-memmory-master 文件夹
file
.gitignore 41B
file
package.json 690B
file
package-lock.json 205KB
folder
src 文件夹
folder
entity 文件夹
file
piece.ts 629B
file
index.ts 23B
folder
assets 文件夹
folder
images 文件夹
folder
pokemons 文件夹
file
Jigglypuff.png 490KB
file
Squirtle.png 179KB
file
Togepi.png 182KB
file
Chikorita.png 28KB
file
Totodille.png 307KB
file
Charmander.png 1.91MB
file
Wobbuffet.png 100KB
file
Pikachu.png 269KB
file
Bulbasaur.png 123KB
file
ash-triste.jpeg 16KB
file
cardback.png 97KB
file
pokemon.jpg 59KB
file
github.png 3KB
file
ash-feliz.jpeg 29KB
folder
service 文件夹
file
piece-service.ts 150B
file
index.ts 31B
file
index.html 2KB
file
index.ts 3KB
folder
game 文件夹
file
script.ts 4KB
folder
styles 文件夹
folder
abstracts 文件夹
file
_index.scss 63B
file
_colors.scss 142B
file
_mixins.scss 308B
file
index.scss 4KB
folder
test 文件夹
file
pieces.test.ts 2KB
file
webpack.config.js 1KB
file
tsconfig.json 559B
file
README.md 2KB
file
babel.config.js 151B
file
yarn.lock 209KB
zip 文件大小:3.88MB