Add serve comand in README.md #1635

Merged
jsegarra merged 3 commits from update_readme into dev 2025-03-25 15:00:43 +00:00
1 changed files with 6 additions and 0 deletions

View File

@ -49,3 +49,9 @@ pnpm run test:e2e:summary
```bash
quasar build
```
### Serve the app for production
```bash
quasar build quasar serve dist/spa --host 0.0.0.0 --proxy=./proxy-serve.js
```