feat: trocando projeto para quasar/capacitor

This commit is contained in:
Amadeu José Andrade Junior
2025-01-12 23:41:55 -03:00
parent 93e5d4e853
commit d5071cf085
90 changed files with 8054 additions and 15161 deletions

40
formbrickstest/README.md Normal file
View File

@@ -0,0 +1,40 @@
# Quasar App (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
```
### Lint the files
```bash
yarn lint
# or
npm run lint
```
### Format the files
```bash
yarn format
# or
npm run format
```
### 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).