Skip to content

Commit d5753c8

Browse files
committed
Fix Readme on how to run quasar commands
1 parent db5e7b9 commit d5753c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ npm install
2222

2323
### Start the app in development mode (hot-code reloading, error reporting, etc.)
2424
```bash
25-
quasar dev
25+
npx quasar dev
2626
```
2727

2828

@@ -46,6 +46,6 @@ See [Configuring quasar.config.js](https://v2.quasar.dev/quasar-cli-vite/quasar-
4646

4747
### Build the app for production
4848
```bash
49-
quasar build
49+
npx quasar build
5050
```
5151

0 commit comments

Comments
 (0)