floranet/README.md

44 lines
527 B
Markdown
Raw Permalink Normal View History

2023-12-11 18:19:05 +00:00
# Floranet App (floranet)
A floranet app
## Install the dependencies
2024-01-03 17:18:03 +00:00
2023-12-11 18:19:05 +00:00
```bash
yarn
# or
npm install
```
### Start the app in development mode (hot-code reloading, error reporting, etc.)
2024-01-03 17:18:03 +00:00
2023-12-11 18:19:05 +00:00
```bash
quasar dev
```
### Lint the files
2024-01-03 17:18:03 +00:00
2023-12-11 18:19:05 +00:00
```bash
yarn lint
# or
npm run lint
```
### Format the files
2024-01-03 17:18:03 +00:00
2023-12-11 18:19:05 +00:00
```bash
yarn format
# or
npm run format
```
### Build the app for production
2024-01-03 17:18:03 +00:00
2023-12-11 18:19:05 +00:00
```bash
quasar build
```
### Customize the configuration
2024-01-03 17:18:03 +00:00
2023-12-11 18:19:05 +00:00
See [Configuring quasar.config.js](https://v2.quasar.dev/quasar-cli-vite/quasar-config-js).