PASSAGGIO A VITE !
AGG. 1.1.23
This commit is contained in:
99
README.md
Executable file → Normal file
99
README.md
Executable file → Normal file
@@ -1,97 +1,40 @@
|
||||
<div>
|
||||
|
||||
# NewFreePlanet
|
||||
#### (FrontEnd)
|
||||
|
||||
## Riso.app
|
||||
**Il primo Vero Social**<br>
|
||||
**Libero, Equo e Solidale**<br>
|
||||
**dove Vive Consapevolezza e Aiuto Comunitario**<br>
|
||||
|
||||
## Uniti per Evolvere e Sperimentare
|
||||
- Siamo la Rete Italiana di Scambio Orizzontale, abbiamo creato questa piattaforma per metterla al servizio di chi vuole riscoprire il valore della condivisione e della cooperazione. Valori semplici e profondi che ci aiutano a ritrovare il Senso della Vita, perduto in questa società consumista, e riporti quei Sani Pricìpi Naturali ed Umani di Fratellanza che intere popolazioni antiche conoscevano bene.<br>
|
||||
- E' giunta l'ora di utilizzare i nuovi strumenti Tecnologici a nostro favore, per Liberarci così piano piano dalla schiavitù del "Lavoro per generare Denaro" e trasformando le nostre Capacitá in Risorse Umane per poterci sostenere e vivere in Armonia con gli altri.
|
||||
</div>
|
||||
|
||||
<div>
|
||||
This app was made mixing all this languages and tools:<br>
|
||||
<ul>
|
||||
<li>Quasar Framework v2.0</li>
|
||||
<li>Vue.js 3 with Typescript and Composition API</li>
|
||||
<li>Progressive Web App (PWA) amazing native-looking apps</li>
|
||||
<li>Node.js (backend source)</li>
|
||||
</ul>
|
||||
Thanks to the Quasar Framework and TypeScript !
|
||||
|
||||
</div>
|
||||
<br>
|
||||
|
||||
<br>
|
||||
|
||||
<div align="center">
|
||||
|
||||
[](https://github.com/quasarframework/quasar)
|
||||
[](https://github.com/Microsoft/TypeScript)
|
||||
|
||||
<!--[](https://opensource.org/licenses/MIT) -->
|
||||
|
||||
</div>
|
||||
|
||||
<div align="center">
|
||||
|
||||
[](https://github.com/standard/standard)
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
## Installation 🔧
|
||||
|
||||
**System prerequisites :**
|
||||
- Node.js 16.14.0 or latest
|
||||
- yarn > 1.21.1 or latest
|
||||
|
||||
|
||||
Clone this repository :
|
||||
```bash
|
||||
$ git clone git@gitlab.com:surya89/newfreeplanet example
|
||||
$ cd example
|
||||
$ yarn
|
||||
```
|
||||
|
||||
## License
|
||||
|
||||
[MIT](https://opensource.org/licenses/MIT)
|
||||
|
||||
Copyright (c) 2018-present, Paolo Arena
|
||||
# FreePlanetProj (myprojplanet-vite)
|
||||
|
||||
Descrizione
|
||||
|
||||
## Install the dependencies
|
||||
```bash
|
||||
yarn
|
||||
# or
|
||||
npm install
|
||||
```
|
||||
|
||||
### Start the app in development mode (PWA)
|
||||
### Start the app in development mode (hot-code reloading, error reporting, etc.)
|
||||
```bash
|
||||
npm run pwa
|
||||
quasar dev
|
||||
```
|
||||
|
||||
### Build the app for test Server
|
||||
```bash
|
||||
cp .env.example.production .env.test
|
||||
nano .env.test
|
||||
# and change SERVERPW_WEBSITE and PUBLICKEY_PUSH keys in this file
|
||||
|
||||
./deploy_on_test_server.sh
|
||||
### Lint the files
|
||||
```bash
|
||||
yarn lint
|
||||
# or
|
||||
npm run lint
|
||||
```
|
||||
|
||||
|
||||
### Format the files
|
||||
```bash
|
||||
yarn format
|
||||
# or
|
||||
npm run format
|
||||
```
|
||||
|
||||
|
||||
### Build the app for production
|
||||
```bash
|
||||
cp .env.example.production .env.production
|
||||
nano .env.production
|
||||
# and change SERVERPW_WEBSITE and PUBLICKEY_PUSH keys in this file
|
||||
./deploy_on_production.sh
|
||||
quasar build
|
||||
```
|
||||
|
||||
### Customize the configuration
|
||||
See [Configuring quasar.conf.js](https://v2.quasar.dev/quasar-cli/quasar-conf-js).
|
||||
See [Configuring quasar.config.js](https://v2.quasar.dev/quasar-cli-vite/quasar-config-js).
|
||||
|
||||
Reference in New Issue
Block a user