2021-11-06 22:27:23 +08:00
|
|
|
# electron-react-vite
|
|
|
|
|
|
|
|

|
2021-11-07 18:10:55 +08:00
|
|
|

|
2021-11-06 22:27:23 +08:00
|
|
|

|
2021-11-07 18:10:55 +08:00
|
|
|
[](https://nodejs.org/about/releases)
|
2021-11-06 22:27:23 +08:00
|
|
|
|
|
|
|
## Run Setup
|
|
|
|
|
|
|
|
```bash
|
|
|
|
# clone the project
|
|
|
|
git clone git@github.com:caoxiemeihao/electron-react-vite.git
|
|
|
|
|
|
|
|
# enter the project directory
|
|
|
|
cd electron-react-vite
|
|
|
|
|
|
|
|
# install dependency(Recommend use yarn)
|
|
|
|
yarn
|
|
|
|
|
|
|
|
# develop
|
|
|
|
yarn dev
|
|
|
|
```
|
|
|
|
|
2021-11-08 18:21:41 +08:00
|
|
|
<div style="display:flex; text-align:center;">
|
|
|
|
<h2 style="width:244px;">Wechat group</h2>
|
|
|
|
<h2 style="width:244px;">请我喝杯下午茶 🥳</h2>
|
|
|
|
</div>
|
2021-11-06 22:36:49 +08:00
|
|
|
<div style="display:flex;">
|
|
|
|
<img width="244px" src="https://raw.githubusercontent.com/caoxiemeihao/blog/main/assets/wechat/group/qrcode.jpg" />
|
|
|
|
|
|
|
|
<img width="244px" src="https://raw.githubusercontent.com/caoxiemeihao/blog/main/assets/wechat/%24qrcode/%2419.99.png" />
|
|
|
|
</div>
|
2021-11-08 18:16:33 +08:00
|
|
|
|
|
|
|
## Reference links
|
|
|
|
- [vite-electron-builder](https://github.com/cawa-93/vite-electron-builder)
|
|
|
|
- [Vite](https://vitejs.dev)
|
|
|
|
- [Rollup](https://rollupjs.org)
|