weather:使用Bootstrap制作的React Weather应用

时间:2021-05-31 09:31:37
【文件属性】:
文件名称:weather:使用Bootstrap制作的React Weather应用
文件大小:288KB
文件格式:ZIP
更新时间:2021-05-31 09:31:37
JavaScript 这个项目是用引导的。 设置 要让项目运行,您可以使用以下命令: npm install 将必要的依赖项安装到 /node_modules npm start 在开发模式下运行应用程序。 打开在浏览器中查看。 如果您进行编辑,页面将重新加载。 您还将在控制台中看到任何 lint 错误。 npm run deploy 将用于生产的应用程序构建到build文件夹。 它在生产模式下正确地捆绑了 React 并优化了构建以获得最佳性能。 然后将生产版本推送到 github 上的。 有关更多信息,请参阅有关的部分。
【文件预览】:
weather-master
----package.json(809B)
----package-lock.json(706KB)
----src()
--------css()
--------index.js(498B)
--------img()
--------Weather.js(614B)
--------serviceWorker.js(5KB)
--------App.test.js(248B)
--------components()
--------App.js(8KB)
----.gitignore(310B)
----public()
--------manifest.json(306B)
--------index.html(2KB)
--------favicon.ico(256KB)
----README.md(907B)

网友评论