diff --git a/bin/vue-init b/bin/vue-init index a08fcf5a48..e9a7d02588 100755 --- a/bin/vue-init +++ b/bin/vue-init @@ -90,7 +90,7 @@ if (exists(to)) { function run () { // check if template is local - if (hasSlash && exists(template)) { + if (exists(template)) { generate(name, template, to, function (err) { if (err) logger.fatal(err) console.log()