Skip to content

Commit 8a6b4ec

Browse files
posvakazupon
authored andcommitted
Hide cd project when generating in current dir (vuejs-templates#498)
1 parent 32a4fb6 commit 8a6b4ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meta.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,5 +88,5 @@ module.exports = {
8888
"test/e2e/**/*": "e2e",
8989
"src/router/**/*": "router"
9090
},
91-
"completeMessage": "To get started:\n\n cd {{destDirName}}\n npm install\n npm run dev\n\nDocumentation can be found at https://vuejs-templates.github.io/webpack"
91+
"completeMessage": "To get started:\n\n {{^inPlace}}cd {{destDirName}}\n {{/inPlace}}npm install\n npm run dev\n\nDocumentation can be found at https://vuejs-templates.github.io/webpack"
9292
};

0 commit comments

Comments
 (0)