https://github.com/andresayac/aviapp-front
https://github.com/andresayac/aviapp-front
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/andresayac/aviapp-front
- Owner: andresayac
- Created: 2023-04-16T23:32:42.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-16T23:33:24.000Z (about 2 years ago)
- Last Synced: 2025-03-19T21:47:02.618Z (3 months ago)
- Language: JavaScript
- Size: 140 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Avi App (aviapp-front)
app control
## 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).