Skip to content

Commit 2b9751b

Browse files
committed
docs: update overview
1 parent 9e6ba6b commit 2b9751b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@
88

99
## overview
1010

11-
a local registry for your vue-cli custom templates. to be used with private/enterprise hosted custom template repositories.
11+
this is a command-line tool that provides an easy way to use [vue-cli custom templates][5] hosted on private/enterprise repositories; it saves them locally, so we can install from a local path:
12+
13+
```sh
14+
vue init ~/.vue-cli-templates/my-awesome-template my-app
15+
```
1216

1317

1418
## setup
@@ -71,3 +75,4 @@ use the `-h` flag for more details.
7175
[2]: https://www.npmjs.com/package/vue-cli-template-registry
7276
[3]: https://github.com/vuejs/vue-cli/tree/master#custom-templates
7377
[4]: #usage
78+
[5]: https://github.com/vuejs/vue-cli/tree/master#custom-templates

0 commit comments

Comments
 (0)