Files
Amadeu José Andrade Jr bc69228dbd Mudança para compositionAPI
2025-01-13 01:56:10 -03:00

25 lines
406 B
Markdown

# FormbricksTest (formbrickstest)
A Quasar Project
## 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).