You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19
Original file line number
Diff line number
Diff line change
@@ -181,6 +181,25 @@ Note that the `dot` option for minimatch is set to `true` so glob patterns would
181
181
}
182
182
```
183
183
184
+
### Installing a specific template version
185
+
186
+
`vue-cli` uses the tool [`download-git-repo`](https://github.com/flipxfx/download-git-repo) to download the official templates used. The `download-git-repo` tool allows you to indicate a specific branch for a given repository by providing the desired branch name after a pound sign (`#`).
187
+
188
+
The format needed for a specific official template is:
0 commit comments