2022-02-08 23:35:07 +01:00
|
|
|
# NewFreePlanet
|
2021-08-31 18:09:59 +02:00
|
|
|
|
|
|
|
|
A Quasar Framework app
|
|
|
|
|
|
|
|
|
|
## Install the dependencies
|
|
|
|
|
```bash
|
|
|
|
|
yarn
|
|
|
|
|
```
|
|
|
|
|
|
2022-02-08 23:35:07 +01:00
|
|
|
### Start the app in development mode (PWA)
|
2021-08-31 18:09:59 +02:00
|
|
|
```bash
|
2022-02-08 23:35:07 +01:00
|
|
|
npm run pwa
|
2021-08-31 18:09:59 +02:00
|
|
|
```
|
|
|
|
|
|
2022-02-08 23:35:07 +01:00
|
|
|
### Build the app for test Server
|
2021-08-31 18:09:59 +02:00
|
|
|
```bash
|
2022-02-08 23:35:07 +01:00
|
|
|
./deploy_on_test_server.sh
|
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
|
2022-02-08 23:35:07 +01:00
|
|
|
./deploy_on_production.sh
|
2021-08-31 18:09:59 +02:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
### Customize the configuration
|
|
|
|
|
See [Configuring quasar.conf.js](https://v2.quasar.dev/quasar-cli/quasar-conf-js).
|