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 19d607b commit 5017066Copy full SHA for 5017066
README.md
@@ -65,20 +65,31 @@ cd vue-cli-electron-template
65
3. **🍙Install dependencies (yarn is recommended)**
66
67
```bash
68
-yarn & npm install
69
-````
70
-
+yarn
+```
+or
71
+```bash
72
+npm install
73
74
75
4. **🌽Start application**
76
77
-yarn go & npm run go
78
+yarn go
79
80
81
82
+npm run go
83
```
84
85
5. **🍭Packaging**
86
87
-yarn packapp & npm run packapp
88
+yarn packapp
89
90
91
92
+npm run packapp
93
94
95
0 commit comments