Initial commit: LACA parking management system

This commit is contained in:
2025-08-13 10:05:36 +07:00
commit 8b07467b61
275 changed files with 66828 additions and 0 deletions

27
frontend/README.md Normal file
View File

@@ -0,0 +1,27 @@
# Foxai (foxai-quasar)
## Node 16.14
## Install the dependencies
```bash
yarn
# or
npm install
```
### Start the app in development mode (hot-code reloading, error reporting, etc.)
```bash
yarn run dev
```
### Compiles and minifies for production
```
yarn run build
```
### Customize the configuration
See [Configuring quasar.config.js](https://v2.quasar.dev/quasar-cli-vite/quasar-config-js).