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
253253
254254## Installation
255255
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
263257
264258Install dependencies
265259
@@ -270,13 +264,13 @@ npm i
270264To run electron app in dev mode (note: Vue Devtools will launch automatically)
271265
272266```
273- quasar dev -m electron
267+ npm run dev
274268```
275269
276270To build a new .dmg / windows .exe
277271
278272```
279- quasar build -m electron
273+ npm run build
280274```
281275
282276### WSL Installation
You can’t perform that action at this time.
0 commit comments