Use npm alternative yarn
This commit is contained in:
@@ -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
|
||||
|
||||
+3
-3
@@ -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
|
||||
```
|
||||
|
||||
## 目录结构
|
||||
|
||||
Generated
+6747
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user