Use npm alternative yarn

This commit is contained in:
草鞋没号 2021-12-11 10:43:21 +08:00
parent 8f587c04b7
commit 477ff8701d
4 changed files with 6753 additions and 2164 deletions

View File

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

View File

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

6747
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

2158
yarn.lock

File diff suppressed because it is too large Load Diff