forked from kompetenzinventar/ki-frontend
„README.md“ ändern
This commit is contained in:
parent
c5b352180c
commit
4c699e928b
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user