Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
felixpy committed Dec 23, 2018
1 parent 6aa2ba8 commit 8a80e75
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,37 +2,37 @@

## Project setup

```
```bash
yarn install
```

### Compiles and hot-reloads for development

```
```bash
yarn run serve
```

### Compiles and minifies for production

```
```bash
yarn run build
```

### Run your tests

```
```bash
yarn run test
```

### Lints and fixes files

```
```bash
yarn run lint
```

### Run your unit tests

```
```bash
yarn run test:unit
```

Expand Down

0 comments on commit 8a80e75

Please sign in to comment.