Skip to content
This repository has been archived by the owner on Apr 1, 2019. It is now read-only.

Commit

Permalink
doc(readme): fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
klarkc authored Oct 22, 2017
1 parent 66b5224 commit 32cbfbc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Vuejs standalone component template using karma for testing

This is a project template for [vue-cli](https://github.com/vuejs/vue-cli).

``` bash
```bash
$ npm install -g vue-cli
$ vue init InCuca/vue-standalone-component my-component
$ cd my-component
Expand All @@ -32,21 +32,21 @@ PS: to build to UMD run `npm run build:umd`

### Linting

``` bash
```bash
$ npm run lint
```

### Testing & Test Coverage

``` bash
```bash
$ npm run test
$ npm run test:watch
$ npm run test:cov
```

### Building to ./dist

``` bash
```bash
$ npm run build
$ npm run build:doc
```

0 comments on commit 32cbfbc

Please sign in to comment.