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

Commit 66b5224

Browse files
authored
doc(readme): add more information and links
1 parent ac0dfc5 commit 66b5224

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ $ vue init InCuca/vue-standalone-component my-component
1919
$ cd my-component
2020
$ npm install
2121
$ npm run serve
22-
$ npm run build
23-
$ npm run build:doc
2422
```
2523

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

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

3533
### Linting
3634

3735
``` bash
3836
$ npm run lint
3937
```
4038

39+
### Testing & Test Coverage
40+
41+
``` bash
42+
$ npm run test
43+
$ npm run test:watch
44+
$ npm run test:cov
45+
```
46+
4147
### Building to ./dist
4248

4349
``` bash
4450
$ npm run build
51+
$ npm run build:doc
4552
```

0 commit comments

Comments
 (0)