8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67d4d18 commit 7f579caCopy full SHA for 7f579ca
README.md
@@ -200,6 +200,7 @@ The `skipInterpolation` field in the metadata file should be a [minimatch glob p
200
### `complete` function
201
202
Arguments:
203
+
204
- `data`: the same data you can access in `completeMessage`:
205
```js
206
{
@@ -210,6 +211,7 @@ Arguments:
210
211
}
212
213
```
214
215
- `helpers`: some helpers you can use to log results.
216
- `chalk`: the `chalk` module
217
- `logger`: [the built-in vue-cli logger](/lib/logger.js)
@@ -223,7 +225,6 @@ Arguments:
223
225
224
226
227
-}
228
229
### Installing a specific template version
230
0 commit comments