Merge pull request 'Add serve comand in README.md' (!1635) from update_readme into dev
gitea/salix-front/pipeline/head This commit looks good Details

Reviewed-on: #1635
Reviewed-by: Alex Moreno <alexm@verdnatura.es>
This commit is contained in:
Javier Segarra 2025-03-25 15:00:42 +00:00
commit ed95f0fad9
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
```