burger-app:使用react和redux

时间:2021-02-10 13:49:47
【文件属性】:
文件名称:burger-app:使用react和redux
文件大小:210KB
文件格式:ZIP
更新时间:2021-02-10 13:49:47
JavaScript 该项目是通过。 您将在下面找到一些有关如何执行常见任务的信息。 您可以在找到本指南的最新版本。 目录 更新到新版本 Create React App分为两个包: create-react-app是用于创建新项目的全局命令行实用程序。 react-scripts是所生成项目(包括此项目)中的开发依赖项。 您几乎几乎不需要更新create-react-app本身:它将所有设置委派给react-scripts 。 当您运行create-react-app ,它将始终使用最新版本的react-scripts创建项目,因此您将自动获得新创建的应用程序中的所有新功能和改进。 要将现有项目更新为新版本的react-scripts ,请 ,找到当前使用的版本(如果不确定,请检查此文件夹中的package.json ),然后为较新的版本应用迁移说明版本。 在大多数情况下,package.jso
【文件预览】:
burger-app-main
----debug.log(464B)
----config()
--------webpack.config.prod.js(15KB)
--------polyfills.js(628B)
--------webpackDevServer.config.js(5KB)
--------webpack.config.dev.js(12KB)
--------jest()
--------env.js(3KB)
--------paths.js(2KB)
----package.json(3KB)
----package-lock.json(405KB)
----.DS_Store(6KB)
----src()
--------index.js(1KB)
--------shared()
--------assets()
--------containers()
--------.DS_Store(6KB)
--------registerServiceWorker.js(4KB)
--------components()
--------hoc()
--------App.js(2KB)
--------axios-orders.js(147B)
--------index.css(76B)
--------store()
----how-to-use.txt(374B)
----.gitignore(13B)
----public()
--------manifest.json(298B)
--------index.html(2KB)
--------favicon.ico(4KB)
----README.md(103KB)
----scripts()
--------test.js(734B)
--------build.js(5KB)
--------start.js(3KB)
----build()
--------manifest.json(298B)
--------favicon.ico(4KB)
----.vscode()
--------extensions.json(430B)

网友评论