first commit

This commit is contained in:
2024-02-29 14:27:11 -05:00
commit 8e34b45297
37 changed files with 8598 additions and 0 deletions

33
README.md Normal file
View File

@@ -0,0 +1,33 @@
# Quasar App (eamco-driver-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
```
### 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).