File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -198,17 +198,19 @@ The `skipInterpolation` field in the metadata file should be a [minimatch glob p
198
198
The format needed for a specific official template is:
199
199
200
200
```
201
- vue init <template-name>#<branch-name> <project-name>
201
+ vue init ' <template-name>#<branch-name>' <project-name>
202
202
```
203
203
204
204
Example:
205
205
206
206
Installing the [ ` 1.0 ` branch] ( https://github.com/vuejs-templates/webpack-simple/tree/1.0 ) of the webpack-simple vue template:
207
207
208
208
```
209
- vue init webpack-simple#1.0 mynewproject
209
+ vue init ' webpack-simple#1.0' mynewproject
210
210
```
211
211
212
+ _ Note_ : The surrounding quotes are necessary on zsh shells because of the special meaning of the ` # ` character.
213
+
212
214
213
215
### License
214
216
You can’t perform that action at this time.
0 commit comments