weather-app:简单的天气应用,使用React和TypeScript编写

时间:2021-02-22 07:57:24
【文件属性】:
文件名称:weather-app:简单的天气应用,使用React和TypeScript编写
文件大小:200KB
文件格式:ZIP
更新时间:2021-02-22 07:57:24
react typescript TypeScript 天气应用 这是一个简单的天气应用程序,我使用React和TypeScript编写。 另外,我将redux和redux-saga用于状态管理,并将AntDesign用于UI。 可用脚本 在项目目录中,可以运行: npm start 在开发模式下运行应用程序。 打开在浏览器中查看它。 npm run build 构建生产到应用程序build文件夹。 它在生产模式下正确捆绑了React,并优化了构建以获得最佳性能。
【文件预览】:
weather-app-master
----package.json(1KB)
----.eslintrc.json(877B)
----package-lock.json(699KB)
----src()
--------redux()
--------react-app-env.d.ts(40B)
--------index.tsx(290B)
--------components()
--------App.tsx(610B)
--------styles()
----tsconfig.json(535B)
----.gitignore(317B)
----public()
--------logo192.png(5KB)
--------manifest.json(492B)
--------robots.txt(67B)
--------index.html(2KB)
--------logo512.png(9KB)
--------favicon.ico(4KB)
----README.md(544B)

网友评论