https://github.com/danielortiz85400/attendanceapp
Attendance. Quasar (v2) - Vuetify - Socket.io. App de asistencia a evento Gamer.
https://github.com/danielortiz85400/attendanceapp
quasar soket-io vue3 vuetify
Last synced: 2 months ago
JSON representation
Attendance. Quasar (v2) - Vuetify - Socket.io. App de asistencia a evento Gamer.
- Host: GitHub
- URL: https://github.com/danielortiz85400/attendanceapp
- Owner: danielortiz85400
- Created: 2023-03-21T04:51:18.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-01T04:20:51.000Z (almost 2 years ago)
- Last Synced: 2025-02-16T07:27:25.934Z (8 months ago)
- Topics: quasar, soket-io, vue3, vuetify
- Language: Vue
- Homepage:
- Size: 1.27 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# support_app (support-app-v1)
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).