docs: update
This commit is contained in:
parent
3ac78785bf
commit
c9e3c81550
16
README.md
16
README.md
|
@ -18,13 +18,21 @@ English | [简体中文](README.zh-CN.md)
|
||||||
🐞 Debugger configuration included
|
🐞 Debugger configuration included
|
||||||
🖥 Easy to implement multiple windows
|
🖥 Easy to implement multiple windows
|
||||||
|
|
||||||
## 🛫 Quick start
|
## 🛫 Quick Setup
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
npm create electron-vite
|
# clone the project
|
||||||
```
|
git clone https://github.com/electron-vite/electron-vite-react.git
|
||||||
|
|
||||||

|
# enter the project directory
|
||||||
|
cd electron-vite-react
|
||||||
|
|
||||||
|
# install dependency
|
||||||
|
npm install
|
||||||
|
|
||||||
|
# develop
|
||||||
|
npm run dev
|
||||||
|
```
|
||||||
|
|
||||||
## 🐞 Debug
|
## 🐞 Debug
|
||||||
|
|
||||||
|
|
|
@ -20,10 +20,18 @@
|
||||||
## 快速开始
|
## 快速开始
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
npm create electron-vite
|
# clone the project
|
||||||
```
|
git clone https://github.com/electron-vite/electron-vite-react.git
|
||||||
|
|
||||||

|
# enter the project directory
|
||||||
|
cd electron-vite-react
|
||||||
|
|
||||||
|
# install dependency
|
||||||
|
npm install
|
||||||
|
|
||||||
|
# develop
|
||||||
|
npm run dev
|
||||||
|
```
|
||||||
|
|
||||||
## 调试
|
## 调试
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue