mirror of
https://github.com/electron-vite/electron-vite-vue
synced 2025-01-19 11:56:36 +08:00
Use npm alternative yarn
This commit is contained in:
parent
8f587c04b7
commit
477ff8701d
@ -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
|
||||
|
@ -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
6747
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user