mirror of
https://github.com/electron-vite/electron-vite-vue
synced 2025-01-18 19:26:35 +08:00
docs: update
This commit is contained in:
parent
76846513db
commit
36ae4e4421
18
README.md
18
README.md
@ -19,16 +19,22 @@
|
|||||||
🔩 Support C/C++ native addons
|
🔩 Support C/C++ native addons
|
||||||
🖥 It's easy to implement multiple windows
|
🖥 It's 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-vue.git
|
||||||
|
|
||||||
|
# enter the project directory
|
||||||
|
cd electron-vite-vue
|
||||||
|
|
||||||
|
# install dependency
|
||||||
|
npm install
|
||||||
|
|
||||||
|
# develop
|
||||||
|
npm run dev
|
||||||
```
|
```
|
||||||
|
|
||||||
<!-- [![quick-start](https://asciinema.org/a/483731.svg)](https://asciinema.org/a/483731) -->
|
|
||||||
|
|
||||||
![electron-vite-vue.gif](/electron-vite-vue.gif)
|
|
||||||
|
|
||||||
## Debug
|
## Debug
|
||||||
|
|
||||||
![electron-vite-react-debug.gif](https://github.com/electron-vite/electron-vite-react/blob/main/electron-vite-react-debug.gif?raw=true)
|
![electron-vite-react-debug.gif](https://github.com/electron-vite/electron-vite-react/blob/main/electron-vite-react-debug.gif?raw=true)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user