40 lines
1.4 KiB
Markdown
40 lines
1.4 KiB
Markdown
# electron-vite-template
|
|
|
|

|
|

|
|

|
|
[](https://nodejs.org/about/releases)
|
|
|
|
## Run Setup
|
|
|
|
```bash
|
|
# clone the project
|
|
git clone git@github.com:caoxiemeihao/electron-vite-template.git
|
|
|
|
# enter the project directory
|
|
cd electron-vite-template
|
|
|
|
# install dependency(Recommend use yarn)
|
|
yarn
|
|
|
|
# develop
|
|
yarn dev
|
|
```
|
|
|
|
## Demo
|
|
|
|
<img width="400px" src="https://raw.githubusercontent.com/caoxiemeihao/blog/main/electron-vite-template/main-win.png" />
|
|
|
|
## Wechat group || 请我喝杯下午茶 🥳
|
|
|
|
<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>
|
|
|
|
## Reference links
|
|
- [vite-electron-builder](https://github.com/cawa-93/vite-electron-builder)
|
|
- [Vite](https://vitejs.dev)
|
|
- [Rollup](https://rollupjs.org)
|