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.
2 parents 829174b + 37e7b66 commit 981713fCopy full SHA for 981713f
README.md
@@ -253,13 +253,7 @@ package.json
253
254
## Installation
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
+To download the production version for windows or mac, please visit https://www.Overvue.io
263
264
Install dependencies
265
@@ -270,13 +264,13 @@ npm i
270
To run electron app in dev mode (note: Vue Devtools will launch automatically)
271
272
266
```
273
-quasar dev -m electron
267
+npm run dev
274
268
275
269
276
To build a new .dmg / windows .exe
277
278
279
-quasar build -m electron
+npm run build
280
281
282
### WSL Installation
0 commit comments