electron-vite-react/README.md

40 lines
1.4 KiB
Markdown
Raw Normal View History

2021-11-09 09:40:34 +08:00
# electron-vite-template
2021-11-06 22:27:23 +08:00
2021-11-09 10:24:09 +08:00
![GitHub stars](https://img.shields.io/github/stars/caoxiemeihao/electron-vite-template?color=fa6470&style=flat)
![GitHub issues](https://img.shields.io/github/issues/caoxiemeihao/electron-vite-template?color=d8b22d&style=flat)
![GitHub license](https://img.shields.io/github/license/caoxiemeihao/electron-vite-template?style=flat)
2021-11-07 18:10:55 +08:00
[![Required Node.JS >= v14.17.0](https://img.shields.io/static/v1?label=node&message=%3E=14.17.0&logo=node.js&color=3f893e&style=flat)](https://nodejs.org/about/releases)
2021-11-06 22:27:23 +08:00
## Run Setup
```bash
# clone the project
2021-11-09 10:24:09 +08:00
git clone git@github.com:caoxiemeihao/electron-vite-template.git
2021-11-06 22:27:23 +08:00
# enter the project directory
2021-11-09 10:24:09 +08:00
cd electron-vite-template
2021-11-06 22:27:23 +08:00
# install dependency(Recommend use yarn)
yarn
# develop
yarn dev
```
2021-11-08 21:23:40 +08:00
## Demo
2021-11-09 10:24:09 +08:00
<img width="400px" src="https://raw.githubusercontent.com/caoxiemeihao/blog/main/electron-vite-template/main-win.png" />
2021-11-08 21:23:40 +08:00
2021-11-09 09:40:34 +08:00
## Wechat group || 请我喝杯下午茶 🥳
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" />
&nbsp;&nbsp;&nbsp;&nbsp;
<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)