We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 154897e commit 2ed4611Copy full SHA for 2ed4611
README.md
@@ -3,7 +3,14 @@
3
4
A Vue project template with [Loopback](http://loopback.io/) framework featuring ES6, Gulp, and Mocha for unit tests
5
6
-> This template is Vue 2.x **only**.
+> 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
14
15
## Folder structure
16
@@ -12,12 +19,6 @@ A Vue project template with [Loopback](http://loopback.io/) framework featuring
19
3. `server`: Loopback server files
20
4. `test`: Unit test
21
-## Installation
-
17
-```
18
- $ npm install
22
## Linting
23
24
```
0 commit comments