electron-react-typescript-boilerplate:使用Electron,React和TypeScript的开发项目

时间:2021-04-16 13:37:38
【文件属性】:
文件名称:electron-react-typescript-boilerplate:使用Electron,React和TypeScript的开发项目
文件大小:432KB
文件格式:ZIP
更新时间:2021-04-16 13:37:38
TypeScript Electron + React + Typescript项目创建相关研究[2] 日期:2021年4月16日 现有项目中发生的问题 白屏崩溃问题 每个库的版本不正确 研究解决以上两个问题。 工作流程 项目无生产任务之间的故障排除 使用React构建应用 与React相关的类型脚本相关的库安装 与安装相关的库 npm install @ types / react @ types / react-dom @ types / react-router-dom 安装electron-is-dev模块 关于Babel Core-js版本的警告Babel的core-js警告发生在安装之间,以及在React,版本3与Babel和版本2之间,并通过在项目本身中安装3.10.1来解决。 发生与fsevents版本有关的问题在项目本身中安装版本2 当使用React ^ 17.0.0时,webpack
【文件预览】:
electron-react-typescript-boilerplate-master
----.gitignore(420B)
----package.json(2KB)
----package-lock.json(785KB)
----src()
--------react-app-env.d.ts(40B)
--------electron()
--------logo.svg(3KB)
--------setupTests.ts(241B)
--------App.css(564B)
--------index.css(366B)
--------index.tsx(500B)
--------App.test.tsx(273B)
--------reportWebVitals.ts(425B)
--------App.tsx(320B)
----webpack.config.js(645B)
----public()
--------robots.txt(67B)
--------logo192.png(5KB)
--------index.html(2KB)
--------favicon.ico(4KB)
--------manifest.json(492B)
--------logo512.png(9KB)
--------electron.ts(1KB)
----tsconfig.json(535B)
----README.md(6KB)
----License.txt(11KB)
----yarn.lock(525KB)

网友评论