chore: UPDATE
This commit is contained in:
parent
2a34519e95
commit
93e5afade2
20
README.md
20
README.md
|
@ -1,8 +1,8 @@
|
||||||
# vite-electron-boilerplate
|
# vite-react-electron
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||

|

|
||||||
[](https://nodejs.org/about/releases)
|
[](https://nodejs.org/about/releases)
|
||||||
|
|
||||||
**English | [简体中文](README.zh-CN.md)**
|
**English | [简体中文](README.zh-CN.md)**
|
||||||
|
@ -10,10 +10,10 @@
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# clone the project
|
# clone the project
|
||||||
git clone git@github.com:caoxiemeihao/vite-electron-boilerplate.git
|
git clone git@github.com:caoxiemeihao/vite-react-electron.git
|
||||||
|
|
||||||
# enter the project directory
|
# enter the project directory
|
||||||
cd vite-electron-boilerplate
|
cd vite-react-electron
|
||||||
|
|
||||||
# install dependency(Recommend use yarn)
|
# install dependency(Recommend use yarn)
|
||||||
yarn
|
yarn
|
||||||
|
@ -22,12 +22,6 @@
|
||||||
yarn dev
|
yarn dev
|
||||||
```
|
```
|
||||||
|
|
||||||
## Branchs
|
|
||||||
|
|
||||||
- `main` - **[Electron + Vite + React](https://github.com/caoxiemeihao/vite-electron-boilerplate/tree/main)**
|
|
||||||
|
|
||||||
- `vue-ts` - **[Electron + Vite + Vue3](https://github.com/caoxiemeihao/vite-electron-boilerplate/tree/vue-ts)**
|
|
||||||
|
|
||||||
## Directory
|
## Directory
|
||||||
|
|
||||||
```tree
|
```tree
|
||||||
|
@ -63,7 +57,7 @@
|
||||||
|
|
||||||
## Demo
|
## Demo
|
||||||
|
|
||||||
<img width="400px" src="https://raw.githubusercontent.com/caoxiemeihao/blog/main/vite-electron-boilerplate/react-win.png" />
|
<img width="400px" src="https://raw.githubusercontent.com/caoxiemeihao/blog/main/vite-react-electron/react-win.png" />
|
||||||
|
|
||||||
## Wechat group | | 请我喝杯下午茶 🥳
|
## Wechat group | | 请我喝杯下午茶 🥳
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
# vite-electron-boilerplate
|
# vite-react-electron
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||

|

|
||||||
[](https://nodejs.org/about/releases)
|
[](https://nodejs.org/about/releases)
|
||||||
|
|
||||||
**[English](README.md) | 简体中文**
|
**[English](README.md) | 简体中文**
|
||||||
|
@ -11,10 +11,10 @@
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# clone the project
|
# clone the project
|
||||||
git clone git@github.com:caoxiemeihao/vite-electron-boilerplate.git
|
git clone git@github.com:caoxiemeihao/vite-react-electron.git
|
||||||
|
|
||||||
# enter the project directory
|
# enter the project directory
|
||||||
cd vite-electron-boilerplate
|
cd vite-react-electron
|
||||||
|
|
||||||
# install dependency(Recommend use yarn)
|
# install dependency(Recommend use yarn)
|
||||||
yarn
|
yarn
|
||||||
|
@ -23,12 +23,6 @@
|
||||||
yarn dev
|
yarn dev
|
||||||
```
|
```
|
||||||
|
|
||||||
## 分支
|
|
||||||
|
|
||||||
- `main` - **[Electron + Vite + React](https://github.com/caoxiemeihao/vite-electron-boilerplate/tree/main)**
|
|
||||||
|
|
||||||
- `vue-ts` - **[Electron + Vite + Vue3](https://github.com/caoxiemeihao/vite-electron-boilerplate/tree/vue-ts)**
|
|
||||||
|
|
||||||
## 目录
|
## 目录
|
||||||
|
|
||||||
```tree
|
```tree
|
||||||
|
@ -63,7 +57,7 @@
|
||||||
|
|
||||||
## 效果
|
## 效果
|
||||||
|
|
||||||
<img width="400px" src="https://raw.githubusercontent.com/caoxiemeihao/blog/main/vite-electron-boilerplate/react-win.png" />
|
<img width="400px" src="https://raw.githubusercontent.com/caoxiemeihao/blog/main/vite-react-electron/react-win.png" />
|
||||||
|
|
||||||
## 微信讨论群 | | 请我喝杯下午茶 🥳
|
## 微信讨论群 | | 请我喝杯下午茶 🥳
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue