File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -253,13 +253,7 @@ package.json
253
253
254
254
## Installation
255
255
256
- To download the development version for windows or mac, please visit https://www.Overvue.io
257
-
258
- This app was developed using the Quasar framework, so first you will need to install the Quasar cli
259
-
260
- ```
261
- npm i -g @quasar/cli
262
- ```
256
+ To download the production version for windows or mac, please visit https://www.Overvue.io
263
257
264
258
Install dependencies
265
259
@@ -270,13 +264,13 @@ npm i
270
264
To run electron app in dev mode (note: Vue Devtools will launch automatically)
271
265
272
266
```
273
- quasar dev -m electron
267
+ npm run dev
274
268
```
275
269
276
270
To build a new .dmg / windows .exe
277
271
278
272
```
279
- quasar build -m electron
273
+ npm run build
280
274
```
281
275
282
276
### WSL Installation
You can’t perform that action at this time.
0 commit comments