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 a928f1a commit 3350f25Copy full SHA for 3350f25
lib/warnings.js
@@ -12,7 +12,7 @@ module.exports = {
12
v2BranchIsNowDefault: function (template, name) {
13
var vue1InitCommand = 'vue init ' + template + '#1.0' + ' ' + name
14
15
- console.log(chalk.red(' This will install Vue 2.x version of template.'))
+ console.log(chalk.green(' This will install Vue 2.x version of the template.'))
16
console.log()
17
console.log(chalk.yellow(' For Vue 1.x use: ') + chalk.green(vue1InitCommand))
18
0 commit comments