chore(docs): UPDATE

This commit is contained in:
草鞋没号 2021-11-15 18:12:39 +08:00
parent 6f484d2d81
commit dcdfbe19b5
2 changed files with 6 additions and 6 deletions

View File

@ -15,11 +15,11 @@
# enter the project directory
cd vite-react-electron
# install dependency(Recommend use yarn)
yarn
# install dependency
npm install
# develop
yarn dev
npm run dev
```
## Directory

View File

@ -16,11 +16,11 @@
# enter the project directory
cd vite-react-electron
# install dependency(Recommend use yarn)
yarn
# install dependency
npm install
# develop
yarn dev
npm run dev
```
## 目录