Skip to content

Commit

Permalink
suggest using serve --single to serve app
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist committed Feb 2, 2017
1 parent 4edc9bd commit 8e19c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/vue-build
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,6 @@ function handleBuild (err, stats, watch) {
console.log(`The ${chalk.cyan(options.dist)} folder is ready to be deployed.`)
console.log(`You may also serve it locally with a static server:\n`)
console.log(` ${chalk.yellow('npm')} i -g serve`)
console.log(` ${chalk.yellow('serve')} ${options.dist}\n`)
console.log(` ${chalk.yellow('serve')} ${options.dist} --single\n`)
}
}

0 comments on commit 8e19c5a

Please sign in to comment.