„README.md“ ändern

This commit is contained in:
scammo 2021-06-28 14:50:34 +02:00
parent c5b352180c
commit 4c699e928b
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=localhost:8000 npm run serve VUE_APP_API_URL=https://localhost:8000 npm run serve
``` ```
### Compiles and minifies for production ### Compiles and minifies for production
``` ```
VUE_APP_API_URL=localhost:8000 npm run build VUE_APP_API_URL=https://localhost:8000 npm run build
``` ```
### Lints and fixes files ### Lints and fixes files