tldr/pages/common/vue-build.md
Andy Chen 98ec760508 vue*: update outdated pages to latest Vue.js version.
Update the examples of the following pages to the latest Vue.js version:

 - vue.md
 - vue-init.md
 - vue-build.md
 - vue-serve.md
2019-08-27 11:06:13 +02:00

276 B

vue build

A subcommand provided by @vue/cli and @vue/cli-service-global that enables quick prototyping. More information: https://cli.vuejs.org/guide/prototyping.html.

  • Build a .js or .vue file in production mode with zero config:

vue build {{filename}}