Skip to content

Commit 2ed4611

Browse files
author
Walker Leite
committed
doc(README): add vue-cli instructions
1 parent 154897e commit 2ed4611

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,14 @@
33

44
A Vue project template with [Loopback](http://loopback.io/) framework featuring ES6, Gulp, and Mocha for unit tests
55

6-
> This template is Vue 2.x **only**.
6+
> This template is for Vue 2.x **only** with [vue-cli](https://github.com/vuejs/vue-cli).
7+
8+
## Usage
9+
10+
```
11+
$ vue-cli init InCuca/vue-loopback project-name`
12+
$ npm install
13+
```
714

815
## Folder structure
916

@@ -12,12 +19,6 @@ A Vue project template with [Loopback](http://loopback.io/) framework featuring
1219
3. `server`: Loopback server files
1320
4. `test`: Unit test
1421

15-
## Installation
16-
17-
```
18-
$ npm install
19-
```
20-
2122
## Linting
2223

2324
```

0 commit comments

Comments
 (0)