You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then run the following command to run both OverVue and Vue developer tools.
330
330
```
331
331
npm run dev
332
332
```
333
333
334
-
followed by the command for the devtools.
334
+
To launch the Vue devloper tool, use the following command.
335
335
336
336
```
337
337
./node_modules/.bin/vue-devtools
338
338
```
339
339
340
-
Then open a new terminal instance, set the DISPLAY value again (re-enter above command for DISPLAY), and start OverVue in dev mode:
340
+
Then to start only OverVue in developer mode, open a new terminal instance and set the DISPLAY value again (re-enter above command for DISPLAY):
341
341
342
342
```
343
343
quasar dev -m electron
344
344
```
345
345
**NOTE**:
346
346
<ul>
347
347
<li>Electron-deeplink currently does not work on our WSL2 computers and output an error during installing the dependency which prevented the application to open in dev mode. Go to /src-electron/electron-main.js and comment out line 3/import line to bypass error. The developers did not find any impacts on application so far.</li>
348
-
<li>There might be an npm install error despite all instructions: Try </li>
348
+
<li>There might be an npm install error despite all instructions. Try the following command below:</li>
0 commit comments