Skip to content

Commit a138cea

Browse files
committed
doc(README): add debug info
1 parent ddf25eb commit a138cea

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,14 @@ A Vue project template with [Loopback](http://loopback.io/) framework featuring
4444
$ npm run dev
4545
```
4646

47+
## Debug
48+
49+
```
50+
$ DEBUG=loopback npm run dev
51+
```
52+
53+
[More info...](https://loopback.io/doc/en/lb3/Setting-debug-strings.html)
54+
4755
## Build to ./build
4856

4957
```

template/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,14 @@
3333
$ npm run dev
3434
```
3535

36+
## Debug
37+
38+
```
39+
$ DEBUG=loopback npm run dev
40+
```
41+
42+
[More info...](https://loopback.io/doc/en/lb3/Setting-debug-strings.html)
43+
3644
## Build to ./build
3745

3846
```

0 commit comments

Comments
 (0)