stock-management-demo/README.md
2025-04-23 15:55:28 +01:00

24 lines
418 B
Markdown

# STS Forms (forms-app)
Custom forms application for StyleTech
## Install the dependencies
```bash
yarn
# or
npm install
```
### Start the app in development mode (hot-code reloading, error reporting, etc.)
```bash
quasar dev
```
### Build the app for production
```bash
quasar build
```
### Customize the configuration
See [Configuring quasar.config.js](https://v2.quasar.dev/quasar-cli-vite/quasar-config-js).