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