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
+3 -3
View File
@@ -19,11 +19,11 @@
# enter the project directory # enter the project directory
cd electron-vue-vite cd electron-vue-vite
# install dependency(Recommend use yarn) # install dependency
yarn npm install
# develop # develop
yarn dev npm run dev
``` ```
## Directory ## Directory
+3 -3
View File
@@ -19,11 +19,11 @@
# enter the project directory # enter the project directory
cd electron-vue-vite cd electron-vue-vite
# install dependency(Recommend use yarn) # install dependency
yarn npm install
# develop # develop
yarn dev npm run dev
``` ```
## 目录结构 ## 目录结构
+6747
View File
File diff suppressed because it is too large Load Diff
-2158
View File
File diff suppressed because it is too large Load Diff