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 98afd07 commit 39fa6fdCopy full SHA for 39fa6fd
packages/@vue/cli/bin/vue.js
@@ -56,7 +56,7 @@ program
56
57
program
58
.command('serve [entry]')
59
- .description('serve a .js or vue file in development mode with zero config')
+ .description('serve a .js or .vue file in development mode with zero config')
60
.option('-o, --open', 'Open browser')
61
.action((entry, cmd) => {
62
loadCommand('serve', '@vue/cli-service-global').serve(entry, cleanArgs(cmd))
0 commit comments