„README.md“ ändern

This commit is contained in:
scammo 2021-06-28 18:08:36 +02:00
parent 4c699e928b
commit 7c8a7bf178
1 changed files with 2 additions and 2 deletions

View File

@ -9,12 +9,12 @@ npm ci
### Compiles and hot-reloads for development ### Compiles and hot-reloads for development
``` ```
VUE_APP_API_URL=https://localhost:8000 npm run serve VUE_APP_API_URL=http://localhost:8000 npm run serve
``` ```
### Compiles and minifies for production ### Compiles and minifies for production
``` ```
VUE_APP_API_URL=https://localhost:8000 npm run build VUE_APP_API_URL=http://localhost:8000 npm run build
``` ```
### Lints and fixes files ### Lints and fixes files