Files
myprojplanet_vite/README.md

41 lines
532 B
Markdown
Raw Permalink Normal View History

2025-03-01 14:14:43 +01:00
# FreePlanetProj (myprojplanet-vite)
2021-08-31 18:09:59 +02:00
2025-03-01 14:14:43 +01:00
Descrizione
2021-08-31 18:09:59 +02:00
## Install the dependencies
```bash
yarn
2025-03-01 14:14:43 +01:00
# or
npm install
2021-08-31 18:09:59 +02:00
```
2025-03-01 14:14:43 +01:00
### Start the app in development mode (hot-code reloading, error reporting, etc.)
2021-08-31 18:09:59 +02:00
```bash
2025-03-01 14:14:43 +01:00
quasar dev
2021-08-31 18:09:59 +02:00
```
2025-03-01 14:14:43 +01:00
### Lint the files
2021-08-31 18:09:59 +02:00
```bash
2025-03-01 14:14:43 +01:00
yarn lint
# or
npm run lint
```
2022-03-27 23:05:10 +02:00
2025-03-01 14:14:43 +01:00
### Format the files
```bash
yarn format
# or
npm run format
2021-08-31 18:09:59 +02:00
```
2022-02-08 23:35:07 +01:00
2021-08-31 18:09:59 +02:00
### Build the app for production
```bash
2025-03-01 14:14:43 +01:00
quasar build
2021-08-31 18:09:59 +02:00
```
### Customize the configuration
2025-03-01 14:14:43 +01:00
See [Configuring quasar.config.js](https://v2.quasar.dev/quasar-cli-vite/quasar-config-js).