Skip to content

Commit

Permalink
Describe watch mode in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ktsn authored Apr 29, 2017
1 parent 0afdeda commit 53be300
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,14 @@ export default class MyComp extends Vue {
}
```

### Watch mode

You can enable watch mode by adding `--watch` (shorthand `-w`) flag. In the watch mode, vuetype watches update of `.vue` files and generates declaration files when the `.vue` files are updated.

```bash
vuetype --watch src/components
```

## License

MIT

0 comments on commit 53be300

Please sign in to comment.