Update the examples of the following pages to the latest Vue.js version: - vue.md - vue-init.md - vue-build.md - vue-serve.md
276 B
276 B
vue build
A subcommand provided by
@vue/cliand@vue/cli-service-globalthat enables quick prototyping. More information: https://cli.vuejs.org/guide/prototyping.html.
- Build a
.jsor.vuefile in production mode with zero config:
vue build {{filename}}