Skip to content

Commit dd49622

Browse files
author
seeland
committed
Added browser startpage and linter call
1 parent b8000fa commit dd49622

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Readme.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Ensure a clean project directory (without node_modules or dist folder) to be in
6060
```
6161
docker run --rm -v <path-to-viplab-standalone-frontend-dir>:/app viplab/npm install
6262
```
63-
Then you can start the container with hot reloading or, use the viplab-docker-dev-env compose-file with profile "vue-mount".
63+
Then you can start the container with hot reloading or, use the viplab-docker-dev-env compose-file with profile "vue-mount". To see the frontend go to http://localhost:8081 in the first case, and http://localhost otherwise.
6464
```
6565
docker run -it -p 8081:8081 --rm -v <path-to-viplab-standalone-frontend-dir>:/app --name viplab-vue-frontend-dev viplab/npm run serve -- --host 0.0.0.0
6666
```
@@ -72,6 +72,10 @@ or
7272
```
7373
docker-compose exec vue-frontend-dev npm install XXX
7474
```
75+
To see the linter output you can run ```npm run lint```, or if you use the docker setup:
76+
```
77+
docker run -it --rm -v <path-to-viplab-standalone-frontend-dir>:/app viplab/npm run lint
78+
```
7579

7680
### 2. Build the Application to use it for production
7781

0 commit comments

Comments
 (0)