- Version 0.1.8

- Readme
This commit is contained in:
paoloar77
2022-02-08 23:35:07 +01:00
parent a2f7f7a8d2
commit dc479f7dd1
13 changed files with 35 additions and 34 deletions

View File

@@ -1,4 +1,4 @@
# First Proj (firstproj)
# NewFreePlanet
A Quasar Framework app
@@ -7,19 +7,20 @@ A Quasar Framework app
yarn
```
### Start the app in development mode (hot-code reloading, error reporting, etc.)
### Start the app in development mode (PWA)
```bash
quasar dev
npm run pwa
```
### Lint the files
### Build the app for test Server
```bash
yarn run lint
./deploy_on_test_server.sh
```
### Build the app for production
```bash
quasar build
./deploy_on_production.sh
```
### Customize the configuration