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 6472d86 commit e632a65Copy full SHA for e632a65
bin/vue-init
@@ -91,7 +91,7 @@ if (exists(to)) {
91
92
function run () {
93
// check if template is local
94
- if (exists(template)) {
+ if (hasSlash && exists(template)) {
95
generate(name, template, to, function (err) {
96
if (err) logger.fatal(err)
97
console.log()
0 commit comments