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