instrucciones en el readme
This commit is contained in:
44
README.md
44
README.md
@@ -1,41 +1,17 @@
|
|||||||
# PlantasCalc (plantas)
|
# Quasar App (ejercicio_quasar)
|
||||||
|
|
||||||
Cálculo de los días de riego de mis plantas
|
### Crear la imagen
|
||||||
|
```
|
||||||
## Install the dependencies
|
docker build -t regar2509231522 .
|
||||||
```bash
|
|
||||||
yarn
|
|
||||||
# or
|
|
||||||
npm install
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### Start the app in development mode (hot-code reloading, error reporting, etc.)
|
### borrar y crear contenedor
|
||||||
```bash
|
```
|
||||||
quasar dev
|
docker rm -f plantas && docker run -d --name=plantas --restart unless-stopped -p 33331:80 regar2509231522
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### purgar docker
|
||||||
### Lint the files
|
|
||||||
```bash
|
|
||||||
yarn lint
|
|
||||||
# or
|
|
||||||
npm run lint
|
|
||||||
```
|
```
|
||||||
|
docker system prune
|
||||||
|
docker image prune -a
|
||||||
### Format the files
|
|
||||||
```bash
|
|
||||||
yarn format
|
|
||||||
# or
|
|
||||||
npm run format
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### Build the app for production
|
|
||||||
```bash
|
|
||||||
quasar build
|
|
||||||
```
|
|
||||||
|
|
||||||
### Customize the configuration
|
|
||||||
See [Configuring quasar.config.js](https://v2.quasar.dev/quasar-cli-vite/quasar-config-js).
|
|
||||||
|
|||||||
Reference in New Issue
Block a user