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

Commit

Permalink
doc(readme): add more information and links
Browse files Browse the repository at this point in the history
  • Loading branch information
klarkc authored Oct 22, 2017
1 parent ac0dfc5 commit 66b5224
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ $ vue init InCuca/vue-standalone-component my-component
$ cd my-component
$ npm install
$ npm run serve
$ npm run build
$ npm run build:doc
```

The generated output in ./dist can be used with node and the browser.
Expand All @@ -30,16 +28,25 @@ PS: to build to UMD run `npm run build:umd`
### What's Included

- Karma for testing
- Demo and documentation page from vue-styleguidist
- Demo and documentation page from [vue-styleguidist](https://github.com/vue-styleguidist/vue-styleguidist/)

### Linting

``` bash
$ npm run lint
```

### Testing & Test Coverage

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

### Building to ./dist

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

0 comments on commit 66b5224

Please sign in to comment.