Skip to content

Commit

Permalink
doc(README): add vue-cli instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Walker Leite committed Apr 13, 2018
1 parent 154897e commit 2ed4611
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,14 @@

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

> This template is Vue 2.x **only**.
> This template is for Vue 2.x **only** with [vue-cli](https://github.com/vuejs/vue-cli).
## Usage

```
$ vue-cli init InCuca/vue-loopback project-name`
$ npm install
```

## Folder structure

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

## Installation

```
$ npm install
```

## Linting

```
Expand Down

0 comments on commit 2ed4611

Please sign in to comment.