We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a928f1a + 3350f25 commit 365ffe8Copy full SHA for 365ffe8
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