Files
myprojplanet_vite/README.md
paoloar77 dc479f7dd1 - Version 0.1.8
- Readme
2022-02-08 23:35:07 +01:00

28 lines
418 B
Markdown
Executable File

# NewFreePlanet
A Quasar Framework app
## Install the dependencies
```bash
yarn
```
### Start the app in development mode (PWA)
```bash
npm run pwa
```
### Build the app for test Server
```bash
./deploy_on_test_server.sh
```
### Build the app for production
```bash
./deploy_on_production.sh
```
### Customize the configuration
See [Configuring quasar.conf.js](https://v2.quasar.dev/quasar-cli/quasar-conf-js).