We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5017066 commit 1b2d7c6Copy full SHA for 1b2d7c6
README.md
@@ -65,31 +65,19 @@ cd vue-cli-electron-template
65
3. **🍙Install dependencies (yarn is recommended)**
66
67
```bash
68
-yarn
69
-```
70
-or
71
-```bash
72
-npm install
+yarn & npm install
73
```
74
75
4. **🌽Start application**
76
77
78
-yarn go
79
80
81
82
-npm run go
+yarn go & npm run go
83
84
85
5. **🍭Packaging**
86
87
88
-yarn packapp
89
90
91
92
-npm run packapp
+yarn packapp & npm run packapp
93
94
95
0 commit comments