File tree Expand file tree Collapse file tree 2 files changed +9
-14
lines changed Expand file tree Collapse file tree 2 files changed +9
-14
lines changed Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ A Vue project template with [Loopback](http://loopback.io/) framework featuring
10
10
1 . ` client ` : Vue client files
11
11
2 . ` common ` : Common client and server model files
12
12
3 . ` server ` : Loopback server files
13
- 4 . ` test ` : Unit and E2E test files
13
+ 4 . ` test ` : Unit test
14
14
15
- ## Usage
15
+ ## Installation
16
16
17
17
```
18
- $ vue-cli init InCuca/vue-loopback
18
+ $ npm install
19
19
```
20
20
21
21
## Linting
@@ -27,8 +27,7 @@ A Vue project template with [Loopback](http://loopback.io/) framework featuring
27
27
## Testing
28
28
29
29
```
30
- $ npm test:server
31
- $ npm test:client
30
+ $ npm test
32
31
```
33
32
34
33
## Running the development server (API and Client)
@@ -45,14 +44,12 @@ A Vue project template with [Loopback](http://loopback.io/) framework featuring
45
44
46
45
## Executing built files
47
46
48
- For client you can use any http server, like [ http-server] ( https://github.com/indexzero/http-server ) :
49
-
50
47
``` bash
51
48
$ cd build/client
52
- $ http-server
49
+ $ npm run start
53
50
```
54
51
55
- You can run the server with:
52
+ You can run only the server with:
56
53
57
54
``` bash
58
55
$ cd build/server
Original file line number Diff line number Diff line change 7
7
1 . ` client ` : Vue client files
8
8
2 . ` common ` : Common client and server model files
9
9
3 . ` server ` : Loopback server files
10
- 4 . ` test ` : Unit and E2E test files
10
+ 4 . ` test ` : Unit test
11
11
12
12
## Installation
13
13
41
41
42
42
## Executing built files
43
43
44
- For client you can use any http server, like [ http-server] ( https://github.com/indexzero/http-server ) :
45
-
46
44
``` bash
47
45
$ cd build/client
48
- $ http-server
46
+ $ npm run start
49
47
```
50
48
51
- You can run the server with:
49
+ You can run only the server with:
52
50
53
51
``` bash
54
52
$ cd build/server
You can’t perform that action at this time.
0 commit comments