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 74cd5e1 commit 1263992Copy full SHA for 1263992
bin/vue-init
@@ -80,7 +80,7 @@ process.on('exit', () => {
80
console.log()
81
})
82
83
-if (exists(to)) {
+if (inPlace || exists(to)) {
84
inquirer.prompt([{
85
type: 'confirm',
86
message: inPlace
0 commit comments