Skip to content

Commit ff98920

Browse files
committed
change readme startup for build and dev
1 parent 3eee320 commit ff98920

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -257,10 +257,6 @@ To download the development version for windows or mac, please visit https://www
257257

258258
This app was developed using the Quasar framework, so first you will need to install the Quasar cli
259259

260-
```
261-
npm i -g @quasar/cli
262-
```
263-
264260
Install dependencies
265261

266262
```
@@ -270,13 +266,13 @@ npm i
270266
To run electron app in dev mode (note: Vue Devtools will launch automatically)
271267

272268
```
273-
quasar dev -m electron
269+
npm run dev
274270
```
275271

276272
To build a new .dmg / windows .exe
277273

278274
```
279-
quasar build -m electron
275+
npm run build
280276
```
281277

282278
### WSL Installation

0 commit comments

Comments
 (0)