quasar integration

This commit is contained in:
ctengiz
2024-03-25 16:24:06 +03:00
parent 63f856da34
commit 18ff9ddbfd
32 changed files with 8732 additions and 964 deletions

41
app/frontend/README.md Normal file
View File

@@ -0,0 +1,41 @@
# Quasar App (frontend)
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).